diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-14 22:07:51 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-14 22:07:51 +0000 |
commit | e3391e10721a7bbe8c867d1c798fcf6d24a67308 (patch) | |
tree | dbab6b044338c6e7a920eb72e8c9d3b4cbd07f56 /cpp/src/Ice/EventHandler.h | |
parent | fixes (diff) | |
download | ice-e3391e10721a7bbe8c867d1c798fcf6d24a67308.tar.bz2 ice-e3391e10721a7bbe8c867d1c798fcf6d24a67308.tar.xz ice-e3391e10721a7bbe8c867d1c798fcf6d24a67308.zip |
win and other fixes
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; } |