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/CommunicatorI.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/CommunicatorI.h')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h index 173effb3beb..7db2f29d330 100644 --- a/cpp/src/Ice/CommunicatorI.h +++ b/cpp/src/Ice/CommunicatorI.h @@ -23,7 +23,7 @@ namespace Ice class CommunicatorI; ICE_DEFINE_PTR(CommunicatorIPtr, CommunicatorI); -class CommunicatorI : public ICE_ENABLE_SHARED_FROM_THIS(CommunicatorI), +class CommunicatorI : public EnableSharedFromThis<CommunicatorI>, public Communicator { public: |