diff options
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r-- | cpp/include/Ice/Outgoing.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h index 3bc67830204..03c5c719ef4 100644 --- a/cpp/include/Ice/Outgoing.h +++ b/cpp/include/Ice/Outgoing.h @@ -15,10 +15,17 @@ #include <Ice/ReferenceF.h> #include <Ice/Stream.h> +namespace IceUtil +{ + +class Exception; + +} + namespace Ice { -class LocalException; +typedef IceUtil::Exception LocalException; } |