Code cleanup

This commit is contained in:
Martin Hurton
2014-07-01 09:17:19 +02:00
parent fa3ae97480
commit 079ff8b759
6 changed files with 37 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ namespace zmq
~tipc_address_t ();
// This function sets up the address "{type, lower, upper}" for TIPC transport
int resolve (const char* name);
int resolve (const char *name);
// The opposite to resolve()
int to_string (std::string &addr_);