00001 #ifndef _sys_StrError_h
00002 #define _sys_StrError_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #include <string>
00026 #include "qpid/CommonImportExport.h"
00027
00028 namespace qpid {
00029 namespace sys {
00030
00032 QPID_COMMON_EXTERN std::string strError(int err);
00033
00034 }}
00035
00036 #endif // _sys_StrError_h