catkin_make

This commit is contained in:
2025-12-31 15:34:02 +07:00
parent b64702260f
commit bb14979b8a
21 changed files with 137 additions and 91 deletions

View File

@@ -32,8 +32,7 @@
#include "XmlRpcValue.h"
#include "XmlRpcUtil.h"
namespace robot {
namespace XmlRpc {
namespace robot_xmlrpcpp {
//! An interface allowing custom handling of error message reporting.
@@ -90,7 +89,6 @@ namespace XmlRpc {
//! Version identifier
extern const char XMLRPC_VERSION[];
} // namespace XmlRpc
} // namespace robot
} // namespace robot_xmlrpcpp
#endif // _XMLRPC_H_