1 #ifndef IThreadSafe_h__
3 #define IThreadSafe_h__ 1
37 virtual void APICALL EnableThreadSafety()
const __NOTHROW__ = 0;
43 virtual void APICALL DisableThreadSafety()
const __NOTHROW__ = 0;
50 virtual bool APICALL IsThreadSafe()
const = 0;
59 return const_cast< IThreadSafe *
>( this )->GetIThreadSafe_I();
71 #ifdef FRIEND_CLASS_DECLARATION
72 FRIEND_CLASS_DECLARATION();
78 #endif // IThreadSafe_h__