diff options
author | Simon McQueen <simon.mcqueen@gmail.com> | 2003-11-18 14:55:10 +0000 |
---|---|---|
committer | Simon McQueen <simon.mcqueen@gmail.com> | 2003-11-18 14:55:10 +0000 |
commit | f3babfd74184b27b1fb63fdfe2cbc2bbd136d319 (patch) | |
tree | 5a3efe2343f5f09601d809aaca43c2eb4c1cf178 /TAO/tao/IFR_Client_Adapter.h | |
parent | 7686ba2d5c1c5e888f6c36e3b594a05f50ab3b55 (diff) | |
download | ATCD-f3babfd74184b27b1fb63fdfe2cbc2bbd136d319.tar.gz |
ChangeLogTag: Tue Nov 18 13:59:11 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r-- | TAO/tao/IFR_Client_Adapter.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h index 6b8e1d0d161..ed827bc7493 100644 --- a/TAO/tao/IFR_Client_Adapter.h +++ b/TAO/tao/IFR_Client_Adapter.h @@ -41,6 +41,12 @@ namespace CORBA class Object; typedef Object *Object_ptr; + class OperationDef; + typedef OperationDef *OperationDef_ptr; + + class NVList; + typedef NVList *NVList_ptr; + class Environment; }; @@ -82,6 +88,13 @@ public: CORBA::Object_ptr target ACE_ENV_ARG_DECL ) = 0; + + virtual void create_operation_list ( + CORBA::ORB_ptr orb, + CORBA::OperationDef_ptr, + CORBA::NVList_ptr& + ACE_ENV_ARG_DECL_WITH_DEFAULTS + ) = 0; }; #include /**/ "ace/post.h" |