diff options
author | Jose <jose@zeroc.com> | 2015-12-23 15:00:34 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-23 15:00:34 +0100 |
commit | 3c63f0acf41df01688fea2fb5fb5cec4d5eb4710 (patch) | |
tree | c2a0a25ac956b4ce9a4edc8d37df1c24476e40fd /cpp/src/Ice/WSEndpoint.h | |
parent | C++11 metrics fixes (diff) | |
download | ice-3c63f0acf41df01688fea2fb5fb5cec4d5eb4710.tar.bz2 ice-3c63f0acf41df01688fea2fb5fb5cec4d5eb4710.tar.xz ice-3c63f0acf41df01688fea2fb5fb5cec4d5eb4710.zip |
Fixes related to EnableSharedFromThis
Diffstat (limited to 'cpp/src/Ice/WSEndpoint.h')
-rw-r--r-- | cpp/src/Ice/WSEndpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/WSEndpoint.h b/cpp/src/Ice/WSEndpoint.h index debb77644c7..6c11da77775 100644 --- a/cpp/src/Ice/WSEndpoint.h +++ b/cpp/src/Ice/WSEndpoint.h @@ -31,7 +31,7 @@ public: virtual Ice::EndpointInfoPtr getWSInfo(const std::string&) const = 0; }; -class WSEndpoint : public EndpointI, public ICE_ENABLE_SHARED_FROM_THIS(WSEndpoint) +class WSEndpoint : public EndpointI, public Ice::EnableSharedFromThis<WSEndpoint> { public: |