00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef __CTHREADCLASS_H__
00012 #define __CTHREADCLASS_H__
00013 #include "RNPlatform/Inc/DLLExportAPI.h"
00014
00015 #ifdef __cplusplus
00016 extern "C"
00017 {
00018 #endif
00019
00024 REPNETEXPORTAPI extern void CurrentThreadSleep(int milliseconds);
00025
00026 typedef void tReplicaNet_SleepHookFunc(int);
00032 REPNETEXPORTAPI extern void CurrentThreadSleep_SetHook(tReplicaNet_SleepHookFunc *sleepFunction);
00033
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037
00038 #endif