00001 
00002 
00003 #ifndef __ARC_GUID_H__
00004 #define __ARC_GUID_H__
00005 
00006 #include <string>
00007 
00008 namespace Arc {
00009 
00011 
00013   void GUID(std::string& guid);
00015   std::string UUID(void);
00016 
00017 } 
00018 
00019 #endif // __ARC_GUID_H__