diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-01 03:05:50 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-01 03:05:50 +0000 |
commit | 1c64bfba565016728d902ceb080b6f5df6a4e09f (patch) | |
tree | 8ba61acae6029061a9ed7f738e1e5d4ab61e3e5c /cpp/src/IcePatch/Client.cpp | |
parent | call checkDirectory only when necessary (diff) | |
download | ice-1c64bfba565016728d902ceb080b6f5df6a4e09f.tar.bz2 ice-1c64bfba565016728d902ceb080b6f5df6a4e09f.tar.xz ice-1c64bfba565016728d902ceb080b6f5df6a4e09f.zip |
temporary fix
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 20a14bfd6f4..2df59b03e46 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/SliceChecksum.h> #include <IcePatch/FileDescFactory.h> #include <IcePatch/Util.h> #include <IcePatch/ClientUtil.h> |