Moving to std::string in options

This commit is contained in:
Ian Barber
2012-02-14 23:10:06 +00:00
parent 770f84331f
commit b5d3373905
8 changed files with 22 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ namespace zmq
int set_address (const char *addr_);
// Get the bound address for use with wildcard
int get_address(unsigned char *addr, size_t *len);
int get_address(std::string *addr_);
private: