![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2001 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: setUnloadEntity.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef DtSetUnloadEntityRequest_H_ 00019 #define DtSetUnloadEntityRequest_H_ 00020 00021 #include "vrftasks/setDataReq.h" 00022 #include <vlutil/vlNetTypes.h> 00023 #include "vrfutil/rwString.h" 00024 00029 00030 #include "vrftasks/vrftasksDefines.h" 00031 class DT_DLL_vrftasks DtSetUnloadEntityRequest : public DtSetDataRequest 00032 { 00033 00034 public: 00035 00036 00038 00039 DtSetUnloadEntityRequest(); 00040 00041 00044 00045 DtSetUnloadEntityRequest(const DtString & writeName, 00046 DtReaderWriterRegistry * parentRegistry = 0); 00047 00049 00050 DtSetUnloadEntityRequest(const DtString & writeName, const 00051 DtSetUnloadEntityRequest & orig, DtReaderWriterRegistry * 00052 parentRegistry = 0); 00053 00055 00056 const DtSetUnloadEntityRequest & operator=(const 00057 DtSetUnloadEntityRequest & orig); 00058 00059 virtual ~DtSetUnloadEntityRequest(); 00060 00062 00063 virtual int type() const; 00064 00066 00067 virtual DtSetDataRequest * clone(const DtString & name, DtReaderWriterRegistry * 00068 parentRegistry = 0) const; 00069 00071 00072 virtual DtString stringRep() const; 00073 00076 00077 virtual int netRepSize() const; 00078 00080 00081 virtual bool setFromNet(const char* contentBuffer, 00082 unsigned contentSize); 00083 00086 virtual bool setToNet(); 00087 static DtSetDataRequest * creator(); 00088 }; 00089 00090 00091 #endif