summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA_methods.h')
-rw-r--r--TAO/tao/CORBA_methods.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tao/CORBA_methods.h b/TAO/tao/CORBA_methods.h
index 23dea30b172..c03f9cd8c0e 100644
--- a/TAO/tao/CORBA_methods.h
+++ b/TAO/tao/CORBA_methods.h
@@ -50,22 +50,12 @@ namespace CORBA
typedef OperationDef *OperationDef_ptr;
/**
- * @name ORB Initialization
- *
- * These could be combined into a single version using an environment macro.
- *
+ * ORB Initialization
*/
- //@{
extern TAO_Export ORB_ptr ORB_init (int & argc,
char * argv[],
const char * orb_name = 0);
- extern TAO_Export ORB_ptr ORB_init (int & argc,
- char * argv[],
- const char * orb_name,
- Environment & ACE_TRY_ENV);
- //@}
-
TAO_NAMESPACE_INLINE_FUNCTION Boolean is_nil (Environment_ptr);
TAO_NAMESPACE_INLINE_FUNCTION void release (Environment_ptr);