3 //=============================================================================
5 * @file Direct_Collocation_Upcall_Wrapper.h
7 * @author Johnny Willemsen
9 //=============================================================================
11 #ifndef TAO_DIRECT_COLLOCATION_UPCALL_WRAPPER_H
12 #define TAO_DIRECT_COLLOCATION_UPCALL_WRAPPER_H
14 #include /**/ "ace/pre.h"
16 #include "tao/PortableServer/portableserver_export.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* !ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/Basic_Types.h"
23 #include "tao/orbconf.h"
24 #include "tao/Collocation_Strategy.h"
25 #include "tao/Exception.h"
26 #include "tao/CORBA_methods.h"
27 #include "tao/Pseudo_VarOut_T.h"
29 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
34 typedef Object
*Object_ptr
;
35 typedef TAO_Pseudo_Var_T
<Object
> Object_var
;
36 typedef TAO_Pseudo_Out_T
<Object
> Object_out
;
44 * @class Direct_Collocation_Upcall_Wrapper
46 * @brief Wraps the activities direct collocation upcall
49 class TAO_PortableServer_Export Direct_Collocation_Upcall_Wrapper
52 /// Perform the upcall
54 CORBA::Object_ptr obj
,
55 CORBA::Object_out forward_obj
,
57 TAO::Argument
** args
,
61 TAO::Collocation_Strategy strategy
);
64 } // End namespace TAO
66 TAO_END_VERSIONED_NAMESPACE_DECL
68 #include /**/ "ace/post.h"
70 #endif /* TAO_DIRECT_COLLOCATION_UPCALL_WRAPPER_H */