diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-22 12:52:27 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-22 12:52:27 +0000 |
commit | f5643199e1fc5c5da0f6f020b3a8c30f51d62c58 (patch) | |
tree | 94a2716ad85803826b79986c9df16523d045236e | |
parent | updated java version of demo. (diff) | |
download | ice-f5643199e1fc5c5da0f6f020b3a8c30f51d62c58.tar.bz2 ice-f5643199e1fc5c5da0f6f020b3a8c30f51d62c58.tar.xz ice-f5643199e1fc5c5da0f6f020b3a8c30f51d62c58.zip |
Removed a few more exceptions
-rw-r--r-- | cpp/slice/Ice/LocalException.ice | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/slice/Ice/LocalException.ice b/cpp/slice/Ice/LocalException.ice index 2b01421f440..0a3d6572e9d 100644 --- a/cpp/slice/Ice/LocalException.ice +++ b/cpp/slice/Ice/LocalException.ice @@ -16,6 +16,7 @@ module Ice { +#ifndef ICEE /** * * This exception is raised when a failure occurs during initialization. @@ -30,6 +31,7 @@ local exception InitializationException **/ string reason; }; +#endif /** * @@ -577,6 +579,7 @@ local exception ForcedCloseConnectionException extends ProtocolException { }; +#ifndef ICEE /** * * This exception is a specialization of [ProtocolException], @@ -586,6 +589,7 @@ local exception ForcedCloseConnectionException extends ProtocolException local exception AbortBatchRequestException extends ProtocolException { }; +#endif /** * @@ -700,6 +704,7 @@ local exception UnmarshalOutOfBoundsException extends MarshalException { }; +#ifndef ICEE /** * * This exception is a specialization of [MarshalException], @@ -709,6 +714,7 @@ local exception UnmarshalOutOfBoundsException extends MarshalException local exception IllegalIndirectionException extends MarshalException { }; +#endif /** * |