diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-08 16:25:33 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-08 16:25:33 +0000 |
commit | 2a51686f39cbb96eded37a62cd20cfed79464d91 (patch) | |
tree | 5e58c056adc7e18b41f5dd86f164eb35f84426ed /cpp/src/IcePack/AdminI.cpp | |
parent | HP fix (diff) | |
download | ice-2a51686f39cbb96eded37a62cd20cfed79464d91.tar.bz2 ice-2a51686f39cbb96eded37a62cd20cfed79464d91.tar.xz ice-2a51686f39cbb96eded37a62cd20cfed79464d91.zip |
changing version to 1.5.0; renaming Ice/SliceChecksum to Ice/SliceChecksums
Diffstat (limited to 'cpp/src/IcePack/AdminI.cpp')
-rw-r--r-- | cpp/src/IcePack/AdminI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/AdminI.cpp b/cpp/src/IcePack/AdminI.cpp index 0b2cab52357..ba737052434 100644 --- a/cpp/src/IcePack/AdminI.cpp +++ b/cpp/src/IcePack/AdminI.cpp @@ -13,7 +13,7 @@ #include <IcePack/DescriptorUtil.h> #include <Ice/LoggerUtil.h> #include <Ice/TraceUtil.h> -#include <Ice/SliceChecksum.h> +#include <Ice/SliceChecksums.h> using namespace std; using namespace Ice; |