Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #if DtHLA
00010 #ifndef lgrHlaCheckpointTableFactory_H_
00011 #define lgrHlaCheckpointTableFactory_H_
00012
00013 #include "lgrCheckpointTableFactory.h"
00014
00015 namespace MAKLogger
00016 {
00017
00020 class DT_DLL_SQLEXPORTER DtLgrHlaCheckpointTableFactory : public DtLgrCheckpointTableFactory
00021 {
00022 public:
00023
00025 DtLgrHlaCheckpointTableFactory();
00026
00028 virtual ~DtLgrHlaCheckpointTableFactory();
00029
00030 private:
00032 DtLgrHlaCheckpointTableFactory(const DtLgrHlaCheckpointTableFactory&);
00033 DtLgrHlaCheckpointTableFactory& operator=(const DtLgrHlaCheckpointTableFactory&);
00035 public:
00036
00037 };
00038
00039 }
00040
00041 #endif
00042 #endif