summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
commitf867624380ba0003c2a7af8c289738ebe358fb8b (patch)
treee525bff1d716f4a9b884898cb87db5ef7d1200cb /TAO/tao/IFR_Client_Adapter.h
parent7e31ea97370b17e12614547535bc60696f9ab57b (diff)
downloadATCD-f867624380ba0003c2a7af8c289738ebe358fb8b.tar.gz
ChangeLogTag:Thu Feb 20 09:07:56 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r--TAO/tao/IFR_Client_Adapter.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index e4cf97495f6..a725c032b91 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -22,6 +22,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Service_Object.h"
+#include "ace/CORBA_macros.h"
/**
* @class TAO_IFR_Client_Adapter
@@ -39,26 +40,25 @@ public:
virtual CORBA::Boolean interfacedef_cdr_insert (
TAO_OutputCDR &cdr,
- CORBA_InterfaceDef_ptr object_type
+ CORBA::InterfaceDef_ptr object_type
) = 0;
virtual void interfacedef_any_insert (
- CORBA_Any &any,
- CORBA_InterfaceDef_ptr object_type
+ CORBA::Any &any,
+ CORBA::InterfaceDef_ptr object_type
) = 0;
virtual void dispose (
- CORBA_InterfaceDef_ptr orphan
+ CORBA::InterfaceDef_ptr orphan
) = 0;
- virtual CORBA_InterfaceDef_ptr get_interface (
+ virtual CORBA::InterfaceDef_ptr get_interface (
CORBA::ORB_ptr orb,
const char *repo_id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL
) = 0;
-
- virtual CORBA_InterfaceDef_ptr get_interface_remote (
+ virtual CORBA::InterfaceDef_ptr get_interface_remote (
const CORBA::Object_ptr target
ACE_ENV_ARG_DECL
) = 0;