summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Context.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-04-04 20:37:11 +0000
committerMarc Laukien <marc@zeroc.com>2003-04-04 20:37:11 +0000
commit5ecd51f857580cd98e226e6f8a75524b6bd239e4 (patch)
treefdd01122688a49cde784ae95dab3e84965b45e55 /cpp/src/IceSSL/Context.cpp
parentAdded virtual inheritance from IceUtil::Shared (diff)
downloadice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.bz2
ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.xz
ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.zip
gcc 2.95.3 fixes
Diffstat (limited to 'cpp/src/IceSSL/Context.cpp')
-rw-r--r--cpp/src/IceSSL/Context.cpp4
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()
{