ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Return Subscription and Registration via shared pointer #40

Closed ecorm closed 9 years ago

ecorm commented 9 years ago

Return Subscription and Registration objects via shared pointer, instead of making them "handle" objects that mimic the shared_ptr API.