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

@@ -11,8 +11,7 @@
# include <string>
#endif
namespace robot {
namespace XmlRpc {
namespace robot_xmlrpcpp {
//! A platform-independent socket API.
class XmlRpcSocket {
@@ -65,7 +64,6 @@ namespace XmlRpc {
static std::string getErrorMsg(int error);
};
} // namespace XmlRpc
} // namespace robot
} // namespace robot_xmlrpcpp
#endif