diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-03-08 13:47:12 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-03-08 13:47:12 +0000 |
commit | 2ee86c01bdce8ff4fb14120f9603e2d4382a32af (patch) | |
tree | 9ef026ad20f848bf3f4217eebd478804e3740f9f /cpp/test/Freeze/complex/Client.cpp | |
parent | adding constructors to holder classes (diff) | |
download | ice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.tar.bz2 ice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.tar.xz ice-2ee86c01bdce8ff4fb14120f9603e2d4382a32af.zip |
updates for Freeze.
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/complex/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp index e120644497a..faafbca2966 100644 --- a/cpp/test/Freeze/complex/Client.cpp +++ b/cpp/test/Freeze/complex/Client.cpp @@ -36,7 +36,7 @@ validate(const DBPtr& db) for (p = m.begin(); p != m.end(); ++p) { // - // Verified the stored record is correct. + // Verify the stored record is correct. // test(p->first.result == p->second->calc()); |