More fixes for ZMQ_LAST_ENDPOINT. Added a test

This commit is contained in:
Mikko Koppanen
2012-02-18 20:44:41 +00:00
parent b0573486c7
commit d00d4843be
7 changed files with 84 additions and 22 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(std::string *addr_);
int get_address (std::string &addr_);
private: