~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to include/Ice/IncomingAsyncF.h

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2006-08-06 19:00:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806190057-3q4p9ws4ucyamn10
Tags: 3.1.0-2
* Patches #5 to #6 from ZeroC forums.
* Patch by Michael Pugach for DescriptorHelper.cpp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// **********************************************************************
2
2
//
3
 
// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
 
3
// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
4
4
//
5
5
// This copy of Ice is licensed to you under the terms described in the
6
6
// ICE_LICENSE file included in this distribution.
26
26
{
27
27
 
28
28
class AMD_Object_ice_invoke;
 
29
class AMD_Array_Object_ice_invoke;
29
30
 
30
31
}
31
32
 
34
35
 
35
36
ICE_API void incRef(::Ice::AMD_Object_ice_invoke*);
36
37
ICE_API void decRef(::Ice::AMD_Object_ice_invoke*);
 
38
ICE_API void incRef(::Ice::AMD_Array_Object_ice_invoke*);
 
39
ICE_API void decRef(::Ice::AMD_Array_Object_ice_invoke*);
37
40
 
38
41
}
39
42
 
41
44
{
42
45
 
43
46
typedef IceInternal::Handle<AMD_Object_ice_invoke> AMD_Object_ice_invokePtr;
 
47
typedef IceInternal::Handle<AMD_Array_Object_ice_invoke> AMD_Array_Object_ice_invokePtr;
44
48
 
45
49
}
46
50