diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-06 23:26:58 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-06 23:26:58 +0000 |
commit | 5844bc00dc1abb29c3f516f581ec241bac74b15d (patch) | |
tree | dee8ccd65fa475fb7181c18d80bc24405e07a490 /cpp/include/Ice/UserExceptionFactory.h | |
parent | Fixed checkpoint, small Evictor refactoring (diff) | |
download | ice-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.h | 2 |
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 |