diff options
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index 54b0f70e373..1ee34b1e58a 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -24,10 +24,12 @@ class Stream; enum DispatchStatus { DispatchOK, - DispatchException, + DispatchUserException, DispatchLocationForward, DispatchObjectNotExist, - DispatchOperationNotExist + DispatchOperationNotExist, + DispatchLocalException, + DispatchUnknownException }; } |