diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index e4ed456dd21..47837584468 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -95,7 +95,8 @@ public: void clear(const std::string&); - NodeCache& getNodeCache() const; + NodeCache& getNodeCache() const { return _nodeCache; } + Ice::CommunicatorPtr getCommunicator() const { return _communicator; } private: |