diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-11-03 09:50:09 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-11-03 09:50:09 -0400 |
commit | 2e6243dd2955e6a292bbe8a569d4e1711253746a (patch) | |
tree | dc5754c05e57b6e30b872bb02ff3c1e36290f504 /cpp/src/IceGrid/NodeCache.cpp | |
parent | Replaced double and triple underscores in C++ by ice-prefixed names (diff) | |
download | ice-2e6243dd2955e6a292bbe8a569d4e1711253746a.tar.bz2 ice-2e6243dd2955e6a292bbe8a569d4e1711253746a.tar.xz ice-2e6243dd2955e6a292bbe8a569d4e1711253746a.zip |
Reverted previous double-underscore changes in IceUtil classes
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/NodeCache.cpp b/cpp/src/IceGrid/NodeCache.cpp index abac64ac90c..8757dc0fe2b 100644 --- a/cpp/src/IceGrid/NodeCache.cpp +++ b/cpp/src/IceGrid/NodeCache.cpp @@ -722,7 +722,7 @@ NodeEntry::getInternalServerDescriptor(const ServerInfo& server, const SessionIP } void -NodeEntry::iceIncRef() +NodeEntry::__incRef() { Lock sync(*this); assert(_ref >= 0); @@ -730,7 +730,7 @@ NodeEntry::iceIncRef() } void -NodeEntry::iceDecRef() +NodeEntry::__decRef() { // // The node entry implements its own reference counting. If the |