diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
commit | 2c3770915174ad6f358b4ab82848f99bf464cb76 (patch) | |
tree | 14ed55dabd722e1f8e8b917c1be4de104d2b8f05 /cpp/include/Ice/IdentityUtil.h | |
parent | C# bug fix in Stream.cs (diff) | |
download | ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.bz2 ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.xz ice-2c3770915174ad6f358b4ab82848f99bf464cb76.zip |
bug 2264 - remove deprecated APIs
Diffstat (limited to 'cpp/include/Ice/IdentityUtil.h')
-rw-r--r-- | cpp/include/Ice/IdentityUtil.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/include/Ice/IdentityUtil.h b/cpp/include/Ice/IdentityUtil.h deleted file mode 100644 index e74f726319d..00000000000 --- a/cpp/include/Ice/IdentityUtil.h +++ /dev/null @@ -1,23 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2008 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_IDENTITY_UTIL_H -#define ICE_IDENTITY_UTIL_H - -#include <Ice/Identity.h> - -namespace Ice -{ - -ICE_API ICE_DEPRECATED_API Identity stringToIdentity(const std::string&); -ICE_API ICE_DEPRECATED_API std::string identityToString(const Identity&); - -} - -#endif |