diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-03 08:05:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-03 08:05:45 +0000 |
commit | f41a1c096108db90789014986d42d349219e169a (patch) | |
tree | d23c64cefc4b3e23a6bc3c458737d93d7b00f145 /TAO/tao/StringSeqC.cpp | |
parent | b23fc817974cc9b1df5cf70edd529e203b1039b2 (diff) | |
download | ATCD-f41a1c096108db90789014986d42d349219e169a.tar.gz |
ChangeLogTag:Fri Mar 02 23:54:41 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/StringSeqC.cpp')
-rw-r--r-- | TAO/tao/StringSeqC.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/StringSeqC.cpp b/TAO/tao/StringSeqC.cpp index 141e75ec331..36977922243 100644 --- a/TAO/tao/StringSeqC.cpp +++ b/TAO/tao/StringSeqC.cpp @@ -94,7 +94,8 @@ static const CORBA::Long _oc_CORBA_StringSeq[] = }; static CORBA::TypeCode _tc_TAO_tc_CORBA_StringSeq (CORBA::tk_alias, sizeof (_oc_CORBA_StringSeq), (char *) &_oc_CORBA_StringSeq, 0, sizeof (CORBA_StringSeq)); -CORBA::TypeCode_ptr _tc_CORBA_StringSeq = &_tc_TAO_tc_CORBA_StringSeq; +TAO_NAMESPACE_TYPE (CORBA::TypeCode_ptr) +TAO_NAMESPACE_DEFINE (CORBA::TypeCode_ptr, _tc_CORBA_StringSeq, &_tc_TAO_tc_CORBA_StringSeq) #if !defined (_CORBA_WSTRINGSEQ_CS_) @@ -158,7 +159,9 @@ static const CORBA::Long _oc_CORBA_WStringSeq[] = }; static CORBA::TypeCode _tc_TAO_tc_CORBA_WStringSeq (CORBA::tk_alias, sizeof (_oc_CORBA_WStringSeq), (char *) &_oc_CORBA_WStringSeq, 0, sizeof (CORBA_WStringSeq)); -CORBA::TypeCode_ptr _tc_CORBA_WStringSeq = &_tc_TAO_tc_CORBA_WStringSeq; +TAO_NAMESPACE_TYPE (CORBA::TypeCode_ptr) +TAO_NAMESPACE_DEFINE (CORBA::TypeCode_ptr, _tc_CORBA_WStringSeq, &_tc_TAO_tc_CORBA_WStringSeq) + void operator<<= ( CORBA::Any &_tao_any, const CORBA_StringSeq &_tao_elem |