diff options
author | ZeroC Staff <git@zeroc.com> | 2002-10-11 18:12:22 +0000 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2002-10-11 18:12:22 +0000 |
commit | 99a34f373baaccb1a220c7cf2a14ddf763733769 (patch) | |
tree | 53503b4a77caed594e4acff2dd053f3921e7810f /cpp/include/IcePatch/ClientUtil.h | |
parent | icepatch changes. added missing code to AbortException. reverted ProgressCB (diff) | |
download | ice-99a34f373baaccb1a220c7cf2a14ddf763733769.tar.bz2 ice-99a34f373baaccb1a220c7cf2a14ddf763733769.tar.xz ice-99a34f373baaccb1a220c7cf2a14ddf763733769.zip |
removed CRLF from windows. argh
Diffstat (limited to 'cpp/include/IcePatch/ClientUtil.h')
-rw-r--r-- | cpp/include/IcePatch/ClientUtil.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h index 9fef610b0ff..58e3fbdc2a1 100644 --- a/cpp/include/IcePatch/ClientUtil.h +++ b/cpp/include/IcePatch/ClientUtil.h @@ -19,12 +19,12 @@ 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;
+{ +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 |