summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/ProxyFactoryF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/ProxyFactoryF.h')
-rw-r--r--cppe/include/IceE/ProxyFactoryF.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/cppe/include/IceE/ProxyFactoryF.h b/cppe/include/IceE/ProxyFactoryF.h
deleted file mode 100644
index a3ca9ceaa81..00000000000
--- a/cppe/include/IceE/ProxyFactoryF.h
+++ /dev/null
@@ -1,25 +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_PROXY_FACTORY_F_H
-#define ICEE_PROXY_FACTORY_F_H
-
-#include <IceE/Handle.h>
-#include <IceE/Shared.h>
-
-namespace IceInternal
-{
-
-class ProxyFactory;
-IceUtil::Shared* upCast(ProxyFactory*);
-typedef IceInternal::Handle<ProxyFactory> ProxyFactoryPtr;
-
-}
-
-#endif