![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00009 00010 #ifndef DtDisPduFactory_H_ 00011 #define DtDisPduFactory_H_ 00012 00013 #if DtDIS 00014 00015 #include "pduFactory.h" 00016 00021 00022 class DT_DLL_VL DtDisPduFactory : public DtPduFactory 00023 { 00024 public: 00025 00028 DtDisPduFactory(); 00029 00031 virtual ~DtDisPduFactory(); 00032 00034 DtDisPduFactory(const DtDisPduFactory& orig); 00035 00037 DtDisPduFactory& operator=(const DtDisPduFactory& orig); 00038 00039 public: 00040 00043 static void addDis204Creators(DtPduFactory* fact); 00044 00047 static void addDis214Creators(DtPduFactory* fact); 00048 }; 00049 00050 #endif 00051 #endif 00052