diff options
Diffstat (limited to 'cpp/src/IceSSL/Context.cpp')
-rw-r--r-- | cpp/src/IceSSL/Context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/Context.cpp b/cpp/src/IceSSL/Context.cpp index 7abb269354c..93df03dc7e0 100644 --- a/cpp/src/IceSSL/Context.cpp +++ b/cpp/src/IceSSL/Context.cpp @@ -31,8 +31,8 @@ using namespace std; using namespace Ice; using namespace IceInternal; -void ::IceInternal::incRef(::IceSSL::Context* p) { p->__incRef(); } -void ::IceInternal::decRef(::IceSSL::Context* p) { p->__decRef(); } +void IceInternal::incRef(::IceSSL::Context* p) { p->__incRef(); } +void IceInternal::decRef(::IceSSL::Context* p) { p->__decRef(); } IceSSL::Context::~Context() { |