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/IcePatch/Client.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/IcePatch/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp index ac6114f0001..7bd5af6d10f 100644 --- a/cpp/src/IcePatch/Client.cpp +++ b/cpp/src/IcePatch/Client.cpp @@ -8,7 +8,7 @@ // ********************************************************************** #include <Ice/Application.h> -#include <Ice/SliceChecksum.h> +#include <Ice/SliceChecksums.h> #include <IcePatch/FileDescFactory.h> #include <IcePatch/Util.h> #include <IcePatch/ClientUtil.h> |