catkin_make
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user