// ********************************************************************** // // Copyright (c) 2003-2004 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. // // ********************************************************************** #ifndef ICE_OUTGOING_ASYNC_F_H #define ICE_OUTGOING_ASYNC_F_H #include namespace IceInternal { class OutgoingAsync; ICE_PROTOCOL_API void incRef(OutgoingAsync*); ICE_PROTOCOL_API void decRef(OutgoingAsync*); typedef IceInternal::Handle OutgoingAsyncPtr; } namespace Ice { class AMI_Object_ice_invoke; } namespace IceInternal { ICE_API void incRef(::Ice::AMI_Object_ice_invoke*); ICE_API void decRef(::Ice::AMI_Object_ice_invoke*); } namespace Ice { typedef IceInternal::Handle AMI_Object_ice_invokePtr; } #endif