diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:31:20 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:31:20 +0000 |
commit | fc5953c20b3fad2e54bd01210e02110e9a66de53 (patch) | |
tree | bc965de7216ef269eb3b8bde4d14b3cd288a9839 /TAO/tao/Sequence_T.h | |
parent | d4f45c4c66fcef36a3ccf2e2a9b085d8a9c46728 (diff) | |
download | ATCD-fc5953c20b3fad2e54bd01210e02110e9a66de53.tar.gz |
ChangeLogTag:Thu Feb 20 09:07:56 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r-- | TAO/tao/Sequence_T.h | 8 |
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; }; // ************************************************************* |