UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
net
vdcunity-1
MSP
XFER
CM_Builds
GEOTRANS_3.9.0.2
master
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
MSP::CCSThreadMutex
Definition:
CCSThreadMutex.h:14
MSP::CCSThreadMutex::unlock
void unlock() const
Definition:
CCSThreadMutex.cpp:53
MSP::CCSThreadLock::~CCSThreadLock
~CCSThreadLock()
Destructor.
Definition:
CCSThreadLock.cpp:14
MSP::CCSThreadLock::CCSThreadLock
CCSThreadLock(const CCSThreadMutex *mutex)
Default Constructor.
Definition:
CCSThreadLock.cpp:8
CCSThreadLock.h
CCSThreadMutex.h
MSP::CCSThreadMutex::lock
void lock() const
Definition:
CCSThreadMutex.cpp:39
Generated on Tue Apr 12 2022 10:09:23 for GeographicTranslator by doxygen 1.8.5