diff options
author | ZeroC Staff <git@zeroc.com> | 2002-10-29 14:39:22 +0000 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2002-10-29 14:39:22 +0000 |
commit | 8ba8f3937326790d218953ded6c44432866d0e4f (patch) | |
tree | 74b5c186bab78cf111ec3e2af73e20e9de32c8f9 /cpp/include/IcePatch/ClientUtil.h | |
parent | minor fixes (diff) | |
download | ice-8ba8f3937326790d218953ded6c44432866d0e4f.tar.bz2 ice-8ba8f3937326790d218953ded6c44432866d0e4f.tar.xz ice-8ba8f3937326790d218953ded6c44432866d0e4f.zip |
removed AbortException from IcePatch. Fixed exception cleanup code in
ClientUtil.cpp
Diffstat (limited to 'cpp/include/IcePatch/ClientUtil.h')
-rw-r--r-- | cpp/include/IcePatch/ClientUtil.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h index 8cdeae3da99..e7ead8c1891 100644 --- a/cpp/include/IcePatch/ClientUtil.h +++ b/cpp/include/IcePatch/ClientUtil.h @@ -22,15 +22,6 @@ namespace IcePatch { -class ICE_PATCH_API AbortException : public IceUtil::Exception -{ -public: - AbortException(const char*, int); - virtual std::string ice_name() const; - virtual IceUtil::Exception* ice_clone() const; - virtual void ice_throw() const; -}; - class ICE_PATCH_API ProgressCB { public: |