00001 #ifndef ROOT_CORE_UTILS__RAN_LOAD_PACKAGES_H
00002 #define ROOT_CORE_UTILS__RAN_LOAD_PACKAGES_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include <RootCoreUtils/Global.h>
00015
00016 namespace RCU
00017 {
00026 bool ranLoadPackages ();
00027 }
00028
00029 #endif