summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/RouterInfoF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/RouterInfoF.h')
-rw-r--r--cppe/include/IceE/RouterInfoF.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/cppe/include/IceE/RouterInfoF.h b/cppe/include/IceE/RouterInfoF.h
deleted file mode 100644
index 396f39c6c6f..00000000000
--- a/cppe/include/IceE/RouterInfoF.h
+++ /dev/null
@@ -1,35 +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_ROUTER_INFO_F_H
-#define ICEE_ROUTER_INFO_F_H
-
-#include <IceE/Config.h>
-
-#ifdef ICEE_HAS_ROUTER
-
-#include <IceE/Handle.h>
-#include <IceE/Shared.h>
-
-namespace IceInternal
-{
-
-class RouterManager;
-IceUtil::Shared* upCast(RouterManager*);
-typedef Handle<RouterManager> RouterManagerPtr;
-
-class RouterInfo;
-IceUtil::Shared* upCast(RouterInfo*);
-typedef Handle<RouterInfo> RouterInfoPtr;
-
-}
-
-#endif
-
-#endif