summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/IdentityUtil.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
committerMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
commitb56ebf2776fbd2b6dcb9b793c03511e49b265053 (patch)
treed58e5e9b5e95d6b640c36447bc594684c1b255f1 /cpp/src/Ice/IdentityUtil.cpp
parentRemoved idempotent qualifier from destroy operations. (diff)
downloadice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.bz2
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.xz
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.zip
Renamed Ice::LocalException to Ice::RuntimeException.
Diffstat (limited to 'cpp/src/Ice/IdentityUtil.cpp')
-rw-r--r--cpp/src/Ice/IdentityUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/IdentityUtil.cpp b/cpp/src/Ice/IdentityUtil.cpp
index bf089c9b8c0..9920c6b88fb 100644
--- a/cpp/src/Ice/IdentityUtil.cpp
+++ b/cpp/src/Ice/IdentityUtil.cpp
@@ -10,7 +10,7 @@
#include <Ice/IdentityUtil.h>
#include <Ice/StringUtil.h>
-#include <Ice/LocalException.h>
+#include <Ice/RuntimeException.h>
using namespace std;
using namespace Ice;