![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: noDataAdminContent.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef noDataAdminContent_h 00015 #define noDataAdminContent_h 00016 00017 #include "vrftasks/adminContent.h" 00018 00024 template<int T_contentType> 00025 class DtNoDataAdminContent : public DtAdminContent 00026 { 00027 public: 00028 00030 DtNoDataAdminContent(); 00031 00033 DtNoDataAdminContent(const DtNoDataAdminContent & orig); 00034 00036 const DtNoDataAdminContent & operator=(const 00037 DtNoDataAdminContent & orig); 00038 00040 virtual ~DtNoDataAdminContent(); 00041 00043 static DtAdminContent* create(); 00044 00046 virtual bool init(); 00047 00049 virtual int type() const; 00050 00053 virtual DtAdminContent * clone() const; 00054 00058 virtual DtString stringRep() const; 00059 00061 virtual int netRepSize() const; 00062 00064 virtual bool setFromNet(const char* contentBuffer, 00065 unsigned contentSize); 00066 00068 virtual bool setToNet(); 00069 00070 protected: 00071 }; 00072 00073 #define noDataAdminContent_INL_ 00074 #include "vrftasks/noDataAdminContent.inl" 00075 #undef noDataAdminContent_INL_ 00076 00077 00078 #endif