/[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 - (show annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
Initial revision

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