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

@@ -13,8 +13,7 @@
#endif
namespace robot {
namespace XmlRpc {
namespace robot_xmlrpcpp {
//! A class representing an error.
//! If server methods throw this exception, a fault response is returned
@@ -38,7 +37,6 @@ namespace XmlRpc {
int _code;
};
} // namespace XmlRpc
} // namespace robot
} // namespace robot_xmlrpcpp
#endif // _XMLRPCEXCEPTION_H_