update if define
This commit is contained in:
parent
6a3dea8614
commit
5f7ae1233d
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _XMLRPC_H_
|
||||
#define _XMLRPC_H_
|
||||
#ifndef _ROBOT_XMLRPC_H_
|
||||
#define _ROBOT_XMLRPC_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
// This library is free software; you can redistribute it and/or
|
||||
|
|
@ -91,4 +91,4 @@ namespace robot_xmlrpcpp {
|
|||
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPC_H_
|
||||
#endif // _ROBOT_XMLRPC_H_
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#ifndef _XMLRPCCLIENT_H_
|
||||
#define _XMLRPCCLIENT_H_
|
||||
#ifndef _ROBOT_XMLRPCCLIENT_H_
|
||||
#define _ROBOT_XMLRPCCLIENT_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
@ -125,4 +124,4 @@ namespace robot_xmlrpcpp {
|
|||
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPCCLIENT_H_
|
||||
#endif // _ROBOT_XMLRPCCLIENT_H_
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef _ROBOT_XMLRPCDISPATCH_H_
|
||||
#define _ROBOT_XMLRPCDISPATCH_H_
|
||||
|
||||
#ifndef _XMLRPCDISPATCH_H_
|
||||
#define _XMLRPCDISPATCH_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
|
|
@ -85,4 +84,4 @@ namespace robot_xmlrpcpp {
|
|||
};
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPCDISPATCH_H_
|
||||
#endif // _ROBOT_XMLRPCDISPATCH_H_
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef _ROBOT_XMLRPCEXCEPTION_H_
|
||||
#define _ROBOT_XMLRPCEXCEPTION_H_
|
||||
|
||||
#ifndef _XMLRPCEXCEPTION_H_
|
||||
#define _XMLRPCEXCEPTION_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
|
|
@ -39,4 +38,4 @@ namespace robot_xmlrpcpp {
|
|||
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPCEXCEPTION_H_
|
||||
#endif // _ROBOT_XMLRPCEXCEPTION_H_
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef _ROBOT_XMLRPCSERVER_H_
|
||||
#define _ROBOT_XMLRPCSERVER_H_
|
||||
|
||||
#ifndef _XMLRPCSERVER_H_
|
||||
#define _XMLRPCSERVER_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
|
|
@ -101,4 +100,4 @@ namespace robot_xmlrpcpp {
|
|||
};
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif //_XMLRPCSERVER_H_
|
||||
#endif //_ROBOT_XMLRPCSERVER_H_
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _XMLRPCSERVERCONNECTION_H_
|
||||
#define _XMLRPCSERVERCONNECTION_H_
|
||||
#ifndef _ROBOT_XMLRPCSERVERCONNECTION_H_
|
||||
#define _ROBOT_XMLRPCSERVERCONNECTION_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
@ -99,4 +99,4 @@ namespace robot_xmlrpcpp {
|
|||
};
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPCSERVERCONNECTION_H_
|
||||
#endif // _ROBOT_XMLRPCSERVERCONNECTION_H_
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
#ifndef _XMLRPCSERVERMETHOD_H_
|
||||
#ifndef _ROBOT_XMLRPCSERVERMETHOD_H_
|
||||
#define _XMLRPCSERVERMETHOD_H_
|
||||
//
|
||||
#define _ROBOT_XMLRPCSERVERMETHOD_H_
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
|
|
@ -44,4 +43,4 @@ namespace robot_xmlrpcpp {
|
|||
};
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif // _XMLRPCSERVERMETHOD_H_
|
||||
#endif // _ROBOT_XMLRPCSERVERMETHOD_H_
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _XMLRPCSOCKET_H_
|
||||
#define _XMLRPCSOCKET_H_
|
||||
#ifndef _ROBOT_XMLRPCSOCKET_H_
|
||||
#define _ROBOT_XMLRPCSOCKET_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
@ -66,4 +66,4 @@ namespace robot_xmlrpcpp {
|
|||
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif
|
||||
#endif // _ROBOT_XMLRPCSOCKET_H_
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#ifndef _XMLRPCSOURCE_H_
|
||||
#define _XMLRPCSOURCE_H_
|
||||
#ifndef _ROBOT_XMLRPCSOURCE_H_
|
||||
#define _ROBOT_XMLRPCSOURCE_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
@ -52,4 +51,4 @@ namespace robot_xmlrpcpp {
|
|||
};
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif //_XMLRPCSOURCE_H_
|
||||
#endif //_ROBOT_XMLRPCSOURCE_H_
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _XMLRPCUTIL_H_
|
||||
#define _XMLRPCUTIL_H_
|
||||
#ifndef _ROBOT_XMLRPCUTIL_H_
|
||||
#define _ROBOT_XMLRPCUTIL_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#ifndef _XMLRPCVALUE_H_
|
||||
#define _XMLRPCVALUE_H_
|
||||
#ifndef _ROBOT_XMLRPCVALUE_H_
|
||||
#define _ROBOT_XMLRPCVALUE_H_
|
||||
//
|
||||
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
|
||||
//
|
||||
|
|
@ -185,5 +184,4 @@ namespace robot_xmlrpcpp {
|
|||
|
||||
std::ostream& operator<<(std::ostream& os, robot_xmlrpcpp::XmlRpcValue& v);
|
||||
|
||||
|
||||
#endif // _XMLRPCVALUE_H_
|
||||
#endif // _ROBOT_XMLRPCVALUE_H_
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
//
|
||||
//
|
||||
|
||||
#if !defined(__BASE64_H_INCLUDED__)
|
||||
#define __BASE64_H_INCLUDED__ 1
|
||||
#if !defined(__ROBOT_BASE64_H_INCLUDED__)
|
||||
#define __ROBOT_BASE64_H_INCLUDED__ 1
|
||||
|
||||
#ifndef MAKEDEPEND
|
||||
# include <iterator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user