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

Annotation of /api/Classes/NetWork/MutexHandler.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
File MIME type: text/plain
Initial revision

1 bearsoft 1.1 #ifndef __MutexHandler_H__
2     #define __MutexHandler_H__
3    
4     #ifdef linux
5     #include <pthread.h>
6     #endif
7    
8     class MutexHandler
9     {
10    
11     public:
12     MutexHandler();
13     ~MutexHandler();
14    
15     static pthread_mutex_t getMutex();
16     };
17    
18     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26