summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch/ClientUtil.h
diff options
context:
space:
mode:
authorZeroC Staff <git@zeroc.com>2002-10-29 14:39:22 +0000
committerZeroC Staff <git@zeroc.com>2002-10-29 14:39:22 +0000
commit8ba8f3937326790d218953ded6c44432866d0e4f (patch)
tree74b5c186bab78cf111ec3e2af73e20e9de32c8f9 /cpp/include/IcePatch/ClientUtil.h
parentminor fixes (diff)
downloadice-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.h9
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: