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

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)