diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-18 21:46:38 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-18 21:46:38 +0000 |
commit | d8b665a009f13295b0c5aae43ff2a5e7833e230d (patch) | |
tree | 5ba7355e09a0bedc7cd32d8bfa2651dd66063a97 /TAO/tao/StringSeqC.h | |
parent | 7cc8facca94f71f997ae7f4bf6dbe90a4c6a4da1 (diff) | |
download | ATCD-d8b665a009f13295b0c5aae43ff2a5e7833e230d.tar.gz |
ChangeLogTag: Sun Jan 18 15:17:52 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/StringSeqC.h')
-rw-r--r-- | TAO/tao/StringSeqC.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/StringSeqC.h b/TAO/tao/StringSeqC.h index 0cdd071ceeb..8bc764edef8 100644 --- a/TAO/tao/StringSeqC.h +++ b/TAO/tao/StringSeqC.h @@ -187,6 +187,22 @@ namespace TAO } // TAO_IDL - Generated from +// be/be_visitor_sequence/any_op_ch.cpp:52 + +TAO_Export void operator<<= (CORBA::Any &, const CORBA::StringSeq &); // copying version +TAO_Export void operator<<= (CORBA::Any &, CORBA::StringSeq*); // noncopying version +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StringSeq *&); // deprecated +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::StringSeq *&); + +// TAO_IDL - Generated from +// be/be_visitor_sequence/any_op_ch.cpp:52 + +TAO_Export void operator<<= (CORBA::Any &, const CORBA::WStringSeq &); // copying version +TAO_Export void operator<<= (CORBA::Any &, CORBA::WStringSeq*); // noncopying version +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::WStringSeq *&); // deprecated +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::WStringSeq *&); + +// TAO_IDL - Generated from // be/be_visitor_root/cdr_op.cpp:48 #ifndef __ACE_INLINE__ |