diff options
Diffstat (limited to 'cppe/include/IceE/PropertiesF.h')
-rw-r--r-- | cppe/include/IceE/PropertiesF.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/cppe/include/IceE/PropertiesF.h b/cppe/include/IceE/PropertiesF.h deleted file mode 100644 index 3cdf01346f7..00000000000 --- a/cppe/include/IceE/PropertiesF.h +++ /dev/null @@ -1,38 +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_PROPERTIES_F_H -#define ICEE_PROPERTIES_F_H - -#include <IceE/Handle.h> -#include <IceE/Shared.h> - -namespace Ice -{ - -class Properties; - -} - -namespace IceInternal -{ - -ICE_API IceUtil::Shared* upCast(::Ice::Properties*); - -} - -namespace Ice -{ - -typedef ::IceInternal::Handle< ::Ice::Properties> PropertiesPtr; - -} - - -#endif |