summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/UserExceptionFactoryF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/UserExceptionFactoryF.h')
-rw-r--r--cppe/include/IceE/UserExceptionFactoryF.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cppe/include/IceE/UserExceptionFactoryF.h b/cppe/include/IceE/UserExceptionFactoryF.h
deleted file mode 100644
index b1be9688660..00000000000
--- a/cppe/include/IceE/UserExceptionFactoryF.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef ICEE_USER_EXCEPTION_FACTORYF_H
-#define ICEE_USER_EXCEPTION_FACTORYF_H
-
-#include <IceE/Handle.h>
-
-namespace IceInternal
-{
-
-class UserExceptionFactory;
-
-typedef ::IceUtil::Handle<UserExceptionFactory> UserExceptionFactoryPtr;
-
-};
-
-#endif