summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IcePatch/ClientUtil.h6
-rw-r--r--cpp/slice/IcePatch/IcePatch.ice4
2 files changed, 5 insertions, 5 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h
index 1421200ed07..d6f73113dfc 100644
--- a/cpp/include/IcePatch/ClientUtil.h
+++ b/cpp/include/IcePatch/ClientUtil.h
@@ -13,11 +13,14 @@
#include <Ice/Ice.h>
#include <IcePatch/IcePatch.h>
+#include <IceUtil/Exception.h>
namespace IcePatch
{
-ICE_PATCH_API std::string pathToName(const std::string&);
+class ICE_PATCH_API AbortException : public IceUtil::Exception
+{
+};
class ICE_PATCH_API ProgressCB : public IceUtil::Mutex
{
@@ -41,6 +44,7 @@ public:
bool _aborted;
};
+ICE_PATCH_API std::string pathToName(const std::string&);
ICE_PATCH_API void getRegular(const IcePatch::RegularPrx&, ProgressCB&);
}
diff --git a/cpp/slice/IcePatch/IcePatch.ice b/cpp/slice/IcePatch/IcePatch.ice
index 325b490331a..6030683253f 100644
--- a/cpp/slice/IcePatch/IcePatch.ice
+++ b/cpp/slice/IcePatch/IcePatch.ice
@@ -16,10 +16,6 @@
module IcePatch
{
-exception AbortException
-{
-};
-
exception FileAccessException
{
string reason;