diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/src/IceGrid/ObjectCache.h | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
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; |