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

@@ -15,8 +15,7 @@
# include <time.h>
#endif
namespace robot {
namespace XmlRpc {
namespace robot_xmlrpcpp {
//! RPC method arguments and results are represented by Values
// should probably refcount them...
@@ -181,11 +180,10 @@ namespace XmlRpc {
} _value;
};
} // namespace XmlRpc
} // namespace robot
} // namespace robot_xmlrpcpp
std::ostream& operator<<(std::ostream& os, robot::XmlRpc::XmlRpcValue& v);
std::ostream& operator<<(std::ostream& os, robot_xmlrpcpp::XmlRpcValue& v);
#endif // _XMLRPCVALUE_H_