/[cvs]/api/Classes/NetWork/MutexHandler.cpp
ViewVC logotype

Contents of /api/Classes/NetWork/MutexHandler.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
First import

1 #include "MutexHandler.h"
2
3 MutexHandler::MutexHandler(){}
4 MutexHandler::~MutexHandler(){}
5
6 #ifdef linux
7
8 pthread_mutex_t mut=PTHREAD_MUTEX_INITIALIZER;
9
10 pthread_mutex_t MutexHandler::getMutex()
11 {
12 return mut;
13 }
14
15 #endif
16

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26