UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
All
Classes
Namespaces
Functions
Enumerations
net
defender
users
ccadmin
MSP
BUILDS
MSP_1.2.0.12_UNCLASS
GEOTRANS
INSTALLER_take2
master
CCS
src
dtcc
Enumerations
SourceOrTarget.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef SourceOrTarget_H
4
#define SourceOrTarget_H
5
6
7
namespace
MSP
8
{
9
namespace
CCS
10
{
11
class
SourceOrTarget
12
{
13
public
:
14
15
enum
Enum
16
{
17
source,
18
target
19
};
20
};
21
}
22
}
23
24
#endif
25
26
27
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:12 for GeographicTranslator by doxygen 1.8.2