base_thread_types.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2007 JIM E. BROOKS
00009  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00010  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00011  *****************************************************************************/
00012 
00013 #ifndef BASE_THREAD_TYPES_HH
00014 #define BASE_THREAD_TYPES_HH 1
00015 
00016 namespace base {
00017 
00021 class Threadable
00022 {
00023     // NOP
00024 };
00025 
00033 class SemiThreadable
00034 {
00035     // NOP
00036 };
00037 
00041 class NonThreadable
00042 {
00043     // NOP
00044 };
00045 
00046 } // namespace base
00047 
00048 #endif // BASE_THREAD_TYPES_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:07 2007