summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/UserExceptionFactory.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-10-06 23:26:58 +0000
committerMichi Henning <michi@zeroc.com>2003-10-06 23:26:58 +0000
commit5844bc00dc1abb29c3f516f581ec241bac74b15d (patch)
treedee8ccd65fa475fb7181c18d80bc24405e07a490 /cpp/include/Ice/UserExceptionFactory.h
parentFixed checkpoint, small Evictor refactoring (diff)
downloadice-5844bc00dc1abb29c3f516f581ec241bac74b15d.tar.bz2
ice-5844bc00dc1abb29c3f516f581ec241bac74b15d.tar.xz
ice-5844bc00dc1abb29c3f516f581ec241bac74b15d.zip
Moved UserExceptionFactory from Ice to IceInternal namespace/package.
Diffstat (limited to 'cpp/include/Ice/UserExceptionFactory.h')
-rw-r--r--cpp/include/Ice/UserExceptionFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/UserExceptionFactory.h b/cpp/include/Ice/UserExceptionFactory.h
index aac8894c03b..c4286bf5b1b 100644
--- a/cpp/include/Ice/UserExceptionFactory.h
+++ b/cpp/include/Ice/UserExceptionFactory.h
@@ -19,7 +19,7 @@
#include <IceUtil/Handle.h>
#include <Ice/Config.h>
-namespace Ice
+namespace IceInternal
{
class ICE_API UserExceptionFactory : public IceUtil::Shared