MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaCheckpointTableFactory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #if DtHLA
10 #ifndef lgrHlaCheckpointTableFactory_H_
11 #define lgrHlaCheckpointTableFactory_H_
12 
14 
15 namespace MAKLogger
16 {
17 
20  class DT_DLL_SQLEXPORTER DtLgrHlaCheckpointTableFactory : public DtLgrCheckpointTableFactory
21  {
22  public:
23 
25  DtLgrHlaCheckpointTableFactory();
26 
28  virtual ~DtLgrHlaCheckpointTableFactory();
29 
30  private:
32  DtLgrHlaCheckpointTableFactory(const DtLgrHlaCheckpointTableFactory&);
33  DtLgrHlaCheckpointTableFactory& operator=(const DtLgrHlaCheckpointTableFactory&);
35  public:
36 
37  };
38 
39 }
40 
41 #endif
42 #endif
Contains DtLgrCheckpointTableFactory class.
#define DT_DLL_SQLEXPORTER
Definition: lgrSqlExporter.h:19

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)