Ice 3.7 C++11 API Reference
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 
13 namespace Ice
14 {
15 
16 class AsyncResult;
17 ICE_API IceUtil::Shared* upCast(::Ice::AsyncResult*);
18 typedef IceInternal::Handle<AsyncResult> AsyncResultPtr;
19 
20 }
21 
22 #endif
23 #endif
Handle.h
Ice::upCast
IceUtil::Shared * upCast(::Ice::LocalObject *)
ICE_API
#define ICE_API
Definition: Config.h:197
Shared.h
Ice
Definition: BuiltinSequences.h:56
IceUtil::Shared
Definition: Shared.h:78