From a9207c4a7e8190cb64286afc1b373f16010d0feb Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Sat, 5 Nov 2016 10:51:56 -0400 Subject: Revert "Replaced double and triple underscores in C++ by ice-prefixed names" This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. --- cpp/src/IceGrid/NodeCache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/NodeCache.cpp') 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 -- cgit v1.2.3