summaryrefslogtreecommitdiff
path: root/TAO/tao/LongSeqC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LongSeqC.h')
-rw-r--r--TAO/tao/LongSeqC.h29
1 files changed, 8 insertions, 21 deletions
diff --git a/TAO/tao/LongSeqC.h b/TAO/tao/LongSeqC.h
index 4e027ef765a..4fd2f60e996 100644
--- a/TAO/tao/LongSeqC.h
+++ b/TAO/tao/LongSeqC.h
@@ -66,22 +66,22 @@
namespace CORBA
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_CORBA_LONGSEQ_CH_)
#define _CORBA_LONGSEQ_CH_
-
+
class LongSeq;
-
+
typedef
TAO_FixedSeq_Var_T<
LongSeq,
CORBA::Long
>
LongSeq_var;
-
+
typedef
TAO_Seq_Out_T<
LongSeq,
@@ -89,7 +89,7 @@ namespace CORBA
CORBA::Long
>
LongSeq_out;
-
+
class TAO_Export LongSeq
: public
TAO_Unbounded_Sequence<
@@ -102,23 +102,18 @@ namespace CORBA
LongSeq (
CORBA::ULong max,
CORBA::ULong length,
- CORBA::Long* buffer,
+ CORBA::Long* buffer,
CORBA::Boolean release = 0
);
LongSeq (const LongSeq &);
~LongSeq (void);
-
+
static void _tao_any_destructor (void *);
-
+
typedef LongSeq_var _var_type;
};
#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be\be_visitor_typecode/typecode_decl.cpp:44
-
- extern TAO_Export ::CORBA::TypeCode_ptr const _tc_LongSeq;
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:66
@@ -134,14 +129,6 @@ namespace TAO
}
// TAO_IDL - Generated from
-// be\be_visitor_sequence/any_op_ch.cpp:52
-
-TAO_Export void operator<<= (CORBA::Any &, const CORBA::LongSeq &); // copying version
-TAO_Export void operator<<= (CORBA::Any &, CORBA::LongSeq*); // noncopying version
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LongSeq *&); // deprecated
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::LongSeq *&);
-
-// TAO_IDL - Generated from
// be\be_visitor_sequence/cdr_op_ch.cpp:71
#if !defined _TAO_CDR_OP_CORBA_LongSeq_H_