summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/IdentityUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/IdentityUtil.h')
-rw-r--r--cpp/include/Ice/IdentityUtil.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/include/Ice/IdentityUtil.h b/cpp/include/Ice/IdentityUtil.h
deleted file mode 100644
index 2c6cfbdce09..00000000000
--- a/cpp/include/Ice/IdentityUtil.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2006 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 std::ostream& operator<<(std::ostream&, const Identity&);
-ICE_API Identity stringToIdentity(const std::string&);
-ICE_API std::string identityToString(const Identity&);
-
-}
-
-#endif