summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/IdentityUtil.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-01-31 19:05:51 -0800
committerMark Spruiell <mes@zeroc.com>2008-01-31 19:05:51 -0800
commit2c3770915174ad6f358b4ab82848f99bf464cb76 (patch)
tree14ed55dabd722e1f8e8b917c1be4de104d2b8f05 /cpp/include/Ice/IdentityUtil.h
parentC# bug fix in Stream.cs (diff)
downloadice-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.h23
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