diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-04-17 18:45:40 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-04-17 18:45:40 +0000 |
commit | e01123a1b2958c7f905e8ef1cb31dfc286803dc1 (patch) | |
tree | 9b0265c7dceb7e6bbf860add04405ca8486c82ad /cpp/src/Freeze/ObjectStore.h | |
parent | minor (diff) | |
download | ice-e01123a1b2958c7f905e8ef1cb31dfc286803dc1.tar.bz2 ice-e01123a1b2958c7f905e8ef1cb31dfc286803dc1.tar.xz ice-e01123a1b2958c7f905e8ef1cb31dfc286803dc1.zip |
Freeze fixes
Diffstat (limited to 'cpp/src/Freeze/ObjectStore.h')
-rw-r--r-- | cpp/src/Freeze/ObjectStore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Freeze/ObjectStore.h b/cpp/src/Freeze/ObjectStore.h index 56a41d46451..614dd0024d6 100644 --- a/cpp/src/Freeze/ObjectStore.h +++ b/cpp/src/Freeze/ObjectStore.h @@ -102,7 +102,7 @@ struct EvictorElement : public Ice::LocalObject static const Ice::Byte clean = 0; // - // New objects; can become clean, dead or destroyed + // New object; can become clean, dead or destroyed // static const Ice::Byte created = 1; @@ -134,7 +134,7 @@ struct EvictorElement : public Ice::LocalObject ObjectStore& store; // - // Immutable once set by position() + // Immutable once set // Cache::Position cachePosition; |