disProtocolRegistration.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)