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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index 466db7d48c3..8999044018c 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -742,9 +742,9 @@ public:
virtual void _shrink_buffer (CORBA::ULong new_length,
CORBA::ULong old_length);
virtual void _downcast (void* target,
- CORBA_Object* src
+ CORBA::Object* src
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- virtual CORBA_Object* _upcast (void* src) const;
+ virtual CORBA::Object* _upcast (void* src) const;
};
// *************************************************************
@@ -803,9 +803,9 @@ public:
virtual void _shrink_buffer (CORBA::ULong new_length,
CORBA::ULong old_length);
virtual void _downcast (void* target,
- CORBA_Object* src
+ CORBA::Object* src
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- virtual CORBA_Object* _upcast (void* src) const;
+ virtual CORBA::Object* _upcast (void* src) const;
};
// *************************************************************