UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
net
VDC-3240b
vol
msp
XFER
CM_Builds
GEOTRANS_3.8.0.1_reran_packing_only
master
CCS
src
dtcc
CoordinateSystems
threads
CCSThreadLock.h
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef MSP_CCSTHREADLOCK_H
4
#define MSP_CCSTHREADLOCK_H
5
6
#include "
DtccApi.h
"
7
8
namespace
MSP
9
{
10
class
CCSThreadMutex;
11
}
12
13
namespace
MSP
14
{
15
class
MSP_DTCC_API
CCSThreadLock
16
{
17
public
:
19
CCSThreadLock
(
const
CCSThreadMutex
*mutex);
20
22
~
CCSThreadLock
();
23
24
private
:
25
// no copy operators
26
CCSThreadLock
(
const
CCSThreadLock
&);
27
CCSThreadLock
&operator=(
const
CCSThreadLock
&);
28
29
const
CCSThreadMutex
*mutex;
30
};
31
}
32
#endif
33
34
// CLASSIFICATION: UNCLASSIFIED
MSP::CCSThreadMutex
Definition:
CCSThreadMutex.h:14
MSP::CCSThreadLock
Definition:
CCSThreadLock.h:15
DtccApi.h
MSP_DTCC_API
#define MSP_DTCC_API
Definition:
DtccApi.h:32
Generated on Wed May 8 2019 17:43:31 for GeographicTranslator by doxygen 1.8.5