00001 #if defined (_MSC_VER) && (_MSC_VER >= 1000) 00002 #pragma once 00003 #endif 00004 #ifndef _INC_WINDOWSOS 00005 #define _INC_WINDOWSOS 00006 00007 #include "OrganismScheduler.h" 00008 00009 namespace mial 00010 { 00011 class WindowsOS 00012 : public OrganismScheduler 00013 { 00014 }; 00015 00016 } // end namespace mial 00017 00018 #endif /* _INC_WINDOWSOS*/