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