Go to the documentation of this file.00001
00002 #include "tao/Valuetype/AbstractBase_Invocation_Adapter.h"
00003 #include "tao/Valuetype/AbstractBase.h"
00004
00005 ACE_RCSID (Valuetype,
00006 AbstractBase_Invocation_Adapter,
00007 "$Id: AbstractBase_Invocation_Adapter.cpp 71473 2006-03-10 07:19:20Z jtc $")
00008
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010
00011 namespace TAO
00012 {
00013 AbstractBase_Invocation_Adapter::AbstractBase_Invocation_Adapter (
00014 CORBA::AbstractBase_ptr target,
00015 Argument **args,
00016 int arg_number,
00017 const char *operation,
00018 size_t op_len,
00019 Collocation_Proxy_Broker *p,
00020 Invocation_Type type,
00021 Invocation_Mode mode)
00022 : Invocation_Adapter (target->equivalent_objref (),
00023 args,
00024 arg_number,
00025 operation,
00026 op_len,
00027 p,
00028 type,
00029 mode)
00030 {
00031 }
00032 }
00033
00034 TAO_END_VERSIONED_NAMESPACE_DECL