![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: stealthMimicCommand.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 00013 #ifndef stealthMimicCommand_H_ 00014 #define stealthMimicCommand_H_ 00015 00016 #include "vrfplan/stealthCommand.h" 00017 #include "vrfplan/vrfplanDefines.h" 00018 class DT_DLL_vrfplan DtStealthMimicCommand : public DtStealthCommand 00019 { 00020 public: 00022 DtStealthMimicCommand(); 00023 00025 DtStealthMimicCommand(const DtString & writeName, 00026 DtReaderWriterRegistry * parentRegistry = NULL); 00027 00029 DtStealthMimicCommand(const DtString & writeName, 00030 const DtStealthMimicCommand& orig, 00031 DtReaderWriterRegistry* parentRegistry = NULL); 00032 00034 virtual ~DtStealthMimicCommand(); 00035 00037 DtStealthMimicCommand& operator=(const DtStealthMimicCommand& orig); 00038 00040 virtual DtSimCommand* clone(const DtString & name, DtReaderWriterRegistry * 00041 parentRegistry = 0) const; 00042 00044 virtual int type() const; 00045 00047 static DtSimCommand* creator(); 00048 00050 virtual DtString stringRep() const; 00051 }; 00052 00053 #endif