summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.h
diff options
context:
space:
mode:
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: