summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r--TAO/tao/Sequence_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index 14511d111a4..d2e9e758de7 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -426,7 +426,7 @@ public:
CORBA::ULong old_length);
virtual void _downcast (void* target,
CORBA_Object* src,
- CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
virtual CORBA_Object* _upcast (void* src) const;
};
@@ -482,7 +482,7 @@ public:
CORBA::ULong old_length);
virtual void _downcast (void* target,
CORBA_Object* src,
- CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
virtual CORBA_Object* _upcast (void* src) const;
};