diff options
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r-- | cpp/src/Ice/EventHandler.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h index 3b788daaee7..14190238004 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -17,17 +17,10 @@ #include <Ice/ThreadPoolF.h> #include <Ice/BasicStream.h> -namespace IceUtil -{ - -class Exception; - -} - namespace Ice { -typedef IceUtil::Exception LocalException; +class LocalException; } |