Ice 3.7 C++98 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;
18typedef IceInternal::Handle<AsyncResult> AsyncResultPtr;
19
20}
21
22#endif
23#endif
#define ICE_API
Definition Config.h:197
Definition Shared.h:78
Represents the result of an asynchronous invocation using the C++98 mapping.
Definition AsyncResult.h:26
Definition BuiltinSequences.h:113
IceInternal::Handle< AsyncResult > AsyncResultPtr
Definition AsyncResultF.h:18
IceUtil::Shared * upCast(::Ice::AsyncResult *)