summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/Exception.h')
-rw-r--r--cpp/include/IceUtil/Exception.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/IceUtil/Exception.h b/cpp/include/IceUtil/Exception.h
index 759818da858..c2b556be1ea 100644
--- a/cpp/include/IceUtil/Exception.h
+++ b/cpp/include/IceUtil/Exception.h
@@ -59,7 +59,6 @@ private:
ICE_API std::ostream& operator<<(std::ostream&, const Exception&);
-
#ifdef ICE_CPP11_MAPPING
template<typename E, typename B = Exception>
@@ -110,7 +109,6 @@ public:
#endif
-
class ICE_API NullHandleException : public ExceptionHelper<NullHandleException>
{
public:
@@ -176,7 +174,6 @@ private:
const std::string _reason;
};
-
class ICE_API SyscallException : public ExceptionHelper<SyscallException>
{
public:
@@ -201,7 +198,6 @@ private:
const int _error;
};
-
#ifdef ICE_CPP11_MAPPING
template<typename E>
@@ -227,7 +223,6 @@ public:
#endif
-
class ICE_API FileLockException : public ExceptionHelper<FileLockException>
{
public: