summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
commita9bd56a4f7b7958e87e13752c287f5056b7e3fdb (patch)
tree8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/tao/CurrentC.h
parentd8a6f7fedc4ba8f53b5a17ee4b33ee0a75a8c352 (diff)
downloadATCD-a9bd56a4f7b7958e87e13752c287f5056b7e3fdb.tar.gz
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r--TAO/tao/CurrentC.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h
index 065c65cf8e1..693c7683dbb 100644
--- a/TAO/tao/CurrentC.h
+++ b/TAO/tao/CurrentC.h
@@ -114,11 +114,14 @@ class CORBA_Current : public virtual ACE_CORBA_1 (Object)
// the static operations
static CORBA_Current_ptr _duplicate (CORBA_Current_ptr obj);
- static CORBA_Current_ptr _narrow (CORBA::Object_ptr obj, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
+ static CORBA_Current_ptr _narrow (CORBA::Object_ptr obj,
+ CORBA_Environment &TAO_IN_ENV =
+ TAO_default_environment ());
static CORBA_Current_ptr _nil (void);
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ()
+ CORBA_Environment &TAO_IN_ENV =
+ TAO_default_environment ()
);
virtual const char* _interface_repository_id (void) const;
protected: