Pol  Revision:1cb77e0
pol/gflag.h
Go to the documentation of this file.
00001 /*
00002 History
00003 =======
00004 
00005 
00006 Notes
00007 =======
00008 
00009 */
00010 
00011 #ifndef GFLAG_H
00012 #define GFLAG_H
00013 namespace Pol {
00014   namespace Core {
00015     extern bool gflag_enforce_container_limits;
00016     extern bool gflag_in_system_load;
00017     extern bool gflag_in_system_startup;
00018   }
00019 }
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines