00001
00002
00013 #ifndef __CHKPT_NAMESPACE_H_LOADED
00014 #define __CHKPT_NAMESPACE_H_LOADED
00015
00017 #define CHKPT_NAMESPACE_BEGIN namespace edg { namespace workload { namespace checkpointing
00018
00019 #define CHKPT_NAMESPACE_END }}
00020
00021 #define USING_CHKPT_NAMESPACE using namespace edg::workload::checkpointing
00022
00023 #define USING_CHKPT_NAMESPACE_ADD( last ) using namespace edg::workload::checkpointing::##last
00024
00029 namespace edg {
00030
00035 namespace workload {
00040 namespace checkpointing { }
00041 }
00042 }
00043
00044 #endif
00045
00046
00047
00048