MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
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 <
lgrSqlExporter/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 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)