summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/IdentityUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/IdentityUtil.h')
-rw-r--r--cppe/include/IceE/IdentityUtil.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/cppe/include/IceE/IdentityUtil.h b/cppe/include/IceE/IdentityUtil.h
deleted file mode 100644
index 83045757f29..00000000000
--- a/cppe/include/IceE/IdentityUtil.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2006 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_IDENTITY_UTIL_H
-#define ICEE_IDENTITY_UTIL_H
-
-#include <IceE/Identity.h>
-
-namespace Ice
-{
-
-ICE_API Identity stringToIdentity(const std::string&);
-ICE_API std::string identityToString(const Identity&);
-
-}
-
-#endif