catkin_make
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
# pragma warning(disable:4786) // identifier was truncated in debug info
|
||||
#endif
|
||||
|
||||
namespace robot {
|
||||
namespace XmlRpc {
|
||||
namespace robot_xmlrpcpp {
|
||||
|
||||
//! An RPC source represents a file descriptor to monitor
|
||||
class XmlRpcSource {
|
||||
@@ -51,7 +50,6 @@ namespace XmlRpc {
|
||||
// In the client, keep connections open if you intend to make multiple calls.
|
||||
bool _keepOpen;
|
||||
};
|
||||
} // namespace XmlRpc
|
||||
} // namespace robot
|
||||
} // namespace robot_xmlrpcpp
|
||||
|
||||
#endif //_XMLRPCSOURCE_H_
|
||||
|
||||
Reference in New Issue
Block a user