diff options
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index 82f2af4b7d0..977601f5162 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -32,7 +32,7 @@ enum DispatchStatus DispatchObjectNotExist, DispatchFacetNotExist, DispatchOperationNotExist, - DispatchUnknownRuntimeException, + DispatchUnknownLocalException, DispatchUnknownUserException, DispatchUnknownException }; |