blob: 45f88a6cde8ff46b9ab56ddf1029f4e9b319e563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// **********************************************************************
//
// Copyright (c) 2003-2007 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.
//
// **********************************************************************
#include <Ice/EndpointI.h>
using namespace Ice;
Ice::LocalObject* IceInternal::upCast(EndpointI* p) { return p; }
|