UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
master
geotrans3.7
CCS
src
dtcc
CoordinateSystems
threads
CCSThreadLock.cpp
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#include "
CCSThreadLock.h
"
4
#include "
CCSThreadMutex.h
"
5
6
using namespace
MSP;
7
8
CCSThreadLock::CCSThreadLock
(
const
CCSThreadMutex
*theMutex)
9
: mutex(theMutex)
10
{
11
mutex->
lock
();
12
}
13
14
CCSThreadLock::~CCSThreadLock
()
15
{
16
mutex->
unlock
();
17
}
18
19
20
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Feb 16 2016 14:54:02 for GeographicTranslator by doxygen 1.8.2