![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00009 00010 #ifndef DtRprInteractionDecoderFactory_H_ 00011 #define DtRprInteractionDecoderFactory_H_ 00012 00013 #if DtHLA 00014 00015 #include "intDecFact.h" 00016 00017 00021 #if DtSIMPLE_RPR 00022 #define DtRprInteractionDecoderFactory DtSimpleRprInteractionDecoderFactory 00023 #endif 00024 00025 00029 class DT_DLL_VL DtRprInteractionDecoderFactory : 00030 public DtInteractionDecoderFactory 00031 { 00032 public: 00033 00035 DtRprInteractionDecoderFactory(DtExerciseConn* exConn); 00036 00038 virtual ~DtRprInteractionDecoderFactory(); 00039 00040 protected: 00041 00043 DtRprInteractionDecoderFactory( 00044 const DtRprInteractionDecoderFactory& orig); 00045 00047 DtRprInteractionDecoderFactory& operator=( 00048 const DtRprInteractionDecoderFactory& orig); 00049 }; 00050 00051 #endif 00052 #endif 00053