VR-Link API Documentation for HLA 1516
rprIEncFact.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef DtRprInteractionEncoderFactory_H_
00011 #define DtRprInteractionEncoderFactory_H_
00012 
00013 #if DtHLA 
00014 
00015 #include "intEncFact.h"
00016 
00017 
00021 #if DtSIMPLE_RPR
00022 #define DtRprInteractionEncoderFactory DtSimpleRprInteractionEncoderFactory
00023 #endif
00024 
00025 
00026 
00030 class DT_DLL_VL DtRprInteractionEncoderFactory : 
00031    public DtInteractionEncoderFactory
00032 {
00033 public:
00034 
00037    DtRprInteractionEncoderFactory(DtExerciseConn* exConn);
00038 
00040    virtual ~DtRprInteractionEncoderFactory();
00041 
00042 protected:
00043 
00045    DtRprInteractionEncoderFactory(
00046       const DtRprInteractionEncoderFactory& orig);
00047 
00049    DtRprInteractionEncoderFactory& operator=(
00050       const DtRprInteractionEncoderFactory& orig);
00051 };
00052 
00053 #endif
00054 #endif
00055 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)