Go to the documentation of this file.00001
00002
00003
00004
00005
00009
00010 #ifndef disProtocolRegistration_H_
00011 #define disProtocolRegistration_H_
00012
00013 #if DtDIS
00014
00015 #include "lgrSim.h"
00016 #include "lgrProtocolRegistration.h"
00017
00018 namespace MAKLogger
00019 {
00020
00024 class DT_DLL_LGRSIM DtDisProtocolRegistration : public DtLgrProtocolRegistration
00025 {
00026 public:
00027
00029 DtDisProtocolRegistration(DtLogger& logger);
00030
00032 virtual ~DtDisProtocolRegistration();
00033
00034 private:
00036 DtDisProtocolRegistration(const DtDisProtocolRegistration&);
00038 DtDisProtocolRegistration& operator=(const DtDisProtocolRegistration&);
00039
00040 };
00041
00042 }
00043
00044 #endif
00045 #endif