summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/LocatorInfoF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/LocatorInfoF.h')
-rw-r--r--cppe/include/IceE/LocatorInfoF.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/cppe/include/IceE/LocatorInfoF.h b/cppe/include/IceE/LocatorInfoF.h
deleted file mode 100644
index db7a2fb9571..00000000000
--- a/cppe/include/IceE/LocatorInfoF.h
+++ /dev/null
@@ -1,39 +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_LOCATOR_INFO_F_H
-#define ICEE_LOCATOR_INFO_F_H
-
-#include <IceE/Config.h>
-
-#ifdef ICEE_HAS_LOCATOR
-
-#include <IceE/Handle.h>
-#include <IceE/Shared.h>
-
-namespace IceInternal
-{
-
-class LocatorManager;
-IceUtil::Shared* upCast(LocatorManager*);
-typedef Handle<LocatorManager> LocatorManagerPtr;
-
-class LocatorInfo;
-IceUtil::Shared* upCast(LocatorInfo*);
-typedef Handle<LocatorInfo> LocatorInfoPtr;
-
-class LocatorTable;
-IceUtil::Shared* upCast(LocatorTable*);
-typedef Handle<LocatorTable> LocatorTablePtr;
-
-}
-
-#endif
-
-#endif