diff options
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.h')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.h b/cpp/src/IceGrid/ObjectCache.h index fc814a1c87e..7293d1c53fd 100644 --- a/cpp/src/IceGrid/ObjectCache.h +++ b/cpp/src/IceGrid/ObjectCache.h @@ -62,16 +62,16 @@ private: { public: - TypeEntry(); + TypeEntry(); - void add(const ObjectEntryPtr&); - bool remove(const ObjectEntryPtr&); - - const std::vector<ObjectEntryPtr>& getObjects() const { return _objects; } + void add(const ObjectEntryPtr&); + bool remove(const ObjectEntryPtr&); + + const std::vector<ObjectEntryPtr>& getObjects() const { return _objects; } private: - - std::vector<ObjectEntryPtr> _objects; + + std::vector<ObjectEntryPtr> _objects; }; const Ice::CommunicatorPtr _communicator; |