![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: adminContentFactory.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef adminContentFactory_h 00015 #define adminContentFactory_h 00016 00017 #include "vrfutil/stringAndIntKeyFactory.h" 00018 #include "vrftasks/vrftasksDefines.h" 00019 00020 class DtAdminContent; 00021 00024 class DT_DLL_vrftasks DtAdminContentFactory : public DtStringAndIntKeyFactory<DtAdminContent> 00025 { 00026 public: 00027 DtAdminContentFactory(); 00028 virtual ~DtAdminContentFactory(); 00029 00030 static DtAdminContentFactory* create(); 00031 00032 protected: 00034 virtual DtString creationTypeName() const; 00035 }; 00036 00037 00038 typedef DtAdminContentFactory::DtCreatorFcn DtAdminContentCreatorFcn; 00039 00040 #endif