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
CoordinateSystems
threads
CCSThreadLock.h
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
Generated on Tue Oct 16 2012 13:48:11 for GeographicTranslator by doxygen 1.8.2