Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
AsyncResultF.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_ASYNC_RESULT_F_H
6#define ICE_ASYNC_RESULT_F_H
7
8#ifndef ICE_CPP11_MAPPING
9
10#include <IceUtil/Shared.h>
11#include <Ice/Handle.h>
12
13namespace Ice
14{
15
16class AsyncResult;
17ICE_API IceUtil::Shared* upCast(::Ice::AsyncResult*);
18typedef IceInternal::Handle<AsyncResult> AsyncResultPtr;
19
20}
21
22#endif
23#endif
#define ICE_API
Definition Config.h:197
Definition BuiltinSequences.h:56
IceUtil::Shared * upCast(::Ice::LocalObject *)