VR-Link API Documentation for HLA Evolved
rprObjFact.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 DtRprHlaObjectFactory_H_
00011 #define DtRprHlaObjectFactory_H_
00012 
00013 #if DtHLA 
00014 
00015 #include "hlaObjFact.h"
00016 
00017 
00018 
00019 
00022 
00023 class DT_DLL_VL DtRprHlaObjectFactory : public DtHlaObjectFactory
00024 {
00025 public:
00026 
00028    DtRprHlaObjectFactory(DtExerciseConn* conn);
00029 
00031    virtual ~DtRprHlaObjectFactory();
00032 
00033 protected:
00034 
00036    DtRprHlaObjectFactory(const DtRprHlaObjectFactory& orig);
00037 
00039    DtRprHlaObjectFactory& operator=(const DtRprHlaObjectFactory& orig);
00040 };
00041 
00042 #endif
00043 #endif
00044 

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)