![]() |
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 DtRprInteractionFactory_H_ 00011 #define DtRprInteractionFactory_H_ 00012 00013 #if DtHLA 00014 00015 #include "hInterFactory.h" 00016 00017 00021 #if DtSIMPLE_RPR 00022 #define DtRprInteractionFactory DtSimpleRprInteractionFactory 00023 #endif 00024 00025 00028 class DT_DLL_VL DtRprInteractionFactory : public DtInteractionFactory 00029 { 00030 public: 00031 00034 DtRprInteractionFactory(DtExerciseConn* exConn); 00035 00037 virtual ~DtRprInteractionFactory(); 00038 00039 protected: 00041 DtRprInteractionFactory(const DtRprInteractionFactory& orig); 00042 00044 DtRprInteractionFactory& operator=(const DtRprInteractionFactory& orig); 00045 }; 00046 00047 #endif 00048 #endif 00049