summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/IFR_Client_Adapter.h
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r--TAO/tao/IFR_Client_Adapter.h22
1 files changed, 18 insertions, 4 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index 436732b95e6..6b8e1d0d161 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -13,21 +13,35 @@
#ifndef TAO_IFR_CLIENT_ADAPTER_H
#define TAO_IFR_CLIENT_ADAPTER_H
-#include /**/ "ace/pre.h"
-#include "tao/corbafwd.h"
+#include /**/ "ace/pre.h"
+#include "ace/CORBA_macros.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Service_Object.h"
-#include "ace/CORBA_macros.h"
+
+#include "tao/TAO_Export.h"
+#include "tao/Basic_Types.h"
+
+class TAO_OutputCDR;
namespace CORBA
{
class InterfaceDef;
typedef InterfaceDef *InterfaceDef_ptr;
+
+ class Any;
+
+ class ORB;
+ typedef ORB *ORB_ptr;
+
+ class Object;
+ typedef Object *Object_ptr;
+
+ class Environment;
};
/**
@@ -65,7 +79,7 @@ public:
) = 0;
virtual CORBA::InterfaceDef_ptr get_interface_remote (
- const CORBA::Object_ptr target
+ CORBA::Object_ptr target
ACE_ENV_ARG_DECL
) = 0;
};