diff options
Diffstat (limited to 'cppe/src/IceE/Endpoint.cpp')
-rw-r--r-- | cppe/src/IceE/Endpoint.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cppe/src/IceE/Endpoint.cpp b/cppe/src/IceE/Endpoint.cpp deleted file mode 100644 index 4f1c8ae59c0..00000000000 --- a/cppe/src/IceE/Endpoint.cpp +++ /dev/null @@ -1,16 +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/Endpoint.h> - -using namespace std; -using namespace Ice; -using namespace IceInternal; - -IceUtil::Shared* IceInternal::upCast(Endpoint* p) { return p; } |