Go to the documentation of this file.00001
00002
00003
00004
00005
00009
00010 #ifndef hlaProtocolRegistration_H_
00011 #define hlaProtocolRegistration_H_
00012
00013 #if DtHLA
00014
00015 #include "lgrSim.h"
00016 #include "lgrProtocolRegistration.h"
00017
00018 namespace MAKLogger
00019 {
00020
00023 class DT_DLL_LGRSIM DtHlaProtocolRegistration : public DtLgrProtocolRegistration
00024 {
00025 public:
00026 DtHlaProtocolRegistration(DtLogger& logger);
00027 virtual ~DtHlaProtocolRegistration();
00028 };
00029
00030 }
00031
00032 #endif
00033 #endif