Main Page | Namespace List | File List | File Members

checkpointing_namespace.h

Go to the documentation of this file.
00001 // $Id: checkpointing_namespace.h,v 1.1 2002/10/11 09:18:29 gianelle Exp $
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 /* __CHKPT_NAMESPACE_H_LOADED */
00045 
00046 // Local Variables:
00047 // mode: c++
00048 // End:

Generated on Wed Mar 1 00:37:46 2006 for CHECKPOINTING API by doxygen 1.3.5