summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/LocalObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/LocalObject.cpp')
-rw-r--r--cppe/src/IceE/LocalObject.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/cppe/src/IceE/LocalObject.cpp b/cppe/src/IceE/LocalObject.cpp
deleted file mode 100644
index 3b7af3c0b8e..00000000000
--- a/cppe/src/IceE/LocalObject.cpp
+++ /dev/null
@@ -1,34 +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.
-//
-// **********************************************************************
-
-#include <IceE/LocalObject.h>
-
-using namespace std;
-using namespace Ice;
-using namespace IceInternal;
-
-IceUtil::Shared* IceInternal::upCast(LocalObject* p) { return p; }
-
-bool
-Ice::LocalObject::operator==(const LocalObject& r) const
-{
- return this == &r;
-}
-
-bool
-Ice::LocalObject::operator<(const LocalObject& r) const
-{
- return this < &r;
-}
-
-Int
-Ice::LocalObject::ice_hash() const
-{
- return static_cast<Int>(reinterpret_cast<Long>(this) >> 4);
-}