summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/EndpointIF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/EndpointIF.h')
-rw-r--r--cpp/include/Ice/EndpointIF.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/cpp/include/Ice/EndpointIF.h b/cpp/include/Ice/EndpointIF.h
deleted file mode 100644
index 844791c1c89..00000000000
--- a/cpp/include/Ice/EndpointIF.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef ICE_ENDPOINT_I_F_H
-#define ICE_ENDPOINT_I_F_H
-
-#include <Ice/Handle.h>
-#include <Ice/LocalObject.h>
-
-namespace IceInternal
-{
-
-class EndpointI;
-ICE_API Ice::LocalObject* upCast(EndpointI*);
-typedef Handle<EndpointI> EndpointIPtr;
-
-class EndpointHostResolver;
-ICE_API IceUtil::Shared* upCast(EndpointHostResolver*);
-typedef Handle<EndpointHostResolver> EndpointHostResolverPtr;
-
-}
-
-#endif