00001 #ifndef OSDL_UTILS_H_ 00002 #define OSDL_UTILS_H_ 00003 00004 00005 #include <string> 00006 00007 00008 namespace OSDL 00009 { 00010 00011 00016 namespace Utils 00017 { 00018 00023 OSDL_DLL const std::string getBackendLastError() throw() ; 00024 00025 } 00026 00027 00028 } 00029 00030 00031 #endif // OSDL_UTILS_H_ 00032