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