diff options
author | Marc Laukien <marc@zeroc.com> | 2003-04-04 20:37:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-04-04 20:37:11 +0000 |
commit | 5ecd51f857580cd98e226e6f8a75524b6bd239e4 (patch) | |
tree | fdd01122688a49cde784ae95dab3e84965b45e55 /cpp/src/IceSSL/RSAKeyPair.cpp | |
parent | Added virtual inheritance from IceUtil::Shared (diff) | |
download | ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.bz2 ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.xz ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.zip |
gcc 2.95.3 fixes
Diffstat (limited to 'cpp/src/IceSSL/RSAKeyPair.cpp')
-rw-r--r-- | cpp/src/IceSSL/RSAKeyPair.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/RSAKeyPair.cpp b/cpp/src/IceSSL/RSAKeyPair.cpp index 4d5259d0fdb..e68ee15b388 100644 --- a/cpp/src/IceSSL/RSAKeyPair.cpp +++ b/cpp/src/IceSSL/RSAKeyPair.cpp @@ -19,8 +19,8 @@ #include <IceSSL/RSAPublicKey.h> #include <assert.h> -void ::IceInternal::incRef(::IceSSL::RSAKeyPair* p) { p->__incRef(); } -void ::IceInternal::decRef(::IceSSL::RSAKeyPair* p) { p->__decRef(); } +void IceInternal::incRef(::IceSSL::RSAKeyPair* p) { p->__incRef(); } +void IceInternal::decRef(::IceSSL::RSAKeyPair* p) { p->__decRef(); } using std::back_inserter; using std::string; |