diff options
Diffstat (limited to 'cppe/src/IceE/ReferenceFactoryF.h')
-rw-r--r-- | cppe/src/IceE/ReferenceFactoryF.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/cppe/src/IceE/ReferenceFactoryF.h b/cppe/src/IceE/ReferenceFactoryF.h deleted file mode 100644 index 6ef45758d39..00000000000 --- a/cppe/src/IceE/ReferenceFactoryF.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_REFERENCE_FACTORY_F_H -#define ICEE_REFERENCE_FACTORY_F_H - -#include <IceE/Handle.h> -#include <IceE/Shared.h> - -namespace IceInternal -{ - -class ReferenceFactory; -IceUtil::Shared* upCast(ReferenceFactory*); -typedef Handle<ReferenceFactory> ReferenceFactoryPtr; - -} - -#endif |