blob: 77054e9ab837bc8d5f3d2f54dcb4e134f1b466b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************
#include <Ice/ResponseHandler.h>
using namespace std;
using namespace IceInternal;
#ifndef ICE_CPP11_MAPPING
IceUtil::Shared* IceInternal::upCast(ResponseHandler* obj) { return obj; }
#endif
|