MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSqlExporter
lgrHlaCheckpointTableFactory.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#if DtHLA
10
#ifndef lgrHlaCheckpointTableFactory_H_
11
#define lgrHlaCheckpointTableFactory_H_
12
13
#include "
lgrCheckpointTableFactory.h
"
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
Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)