summaryrefslogtreecommitdiff
path: root/TAO/tao/DoubleSeqC.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
commit7f61ed4f18c496890fbdf75300b1135d6911d9aa (patch)
tree384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tao/DoubleSeqC.h
parenta2e27000b6545e6b410ca3960af80605df18fd7a (diff)
downloadATCD-7f61ed4f18c496890fbdf75300b1135d6911d9aa.tar.gz
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DoubleSeqC.h')
-rw-r--r--TAO/tao/DoubleSeqC.h29
1 files changed, 8 insertions, 21 deletions
diff --git a/TAO/tao/DoubleSeqC.h b/TAO/tao/DoubleSeqC.h
index f80935d8347..a4fca3750b7 100644
--- a/TAO/tao/DoubleSeqC.h
+++ b/TAO/tao/DoubleSeqC.h
@@ -66,22 +66,22 @@
namespace CORBA
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_CORBA_DOUBLESEQ_CH_)
#define _CORBA_DOUBLESEQ_CH_
-
+
class DoubleSeq;
-
+
typedef
TAO_FixedSeq_Var_T<
DoubleSeq,
CORBA::Double
>
DoubleSeq_var;
-
+
typedef
TAO_Seq_Out_T<
DoubleSeq,
@@ -89,7 +89,7 @@ namespace CORBA
CORBA::Double
>
DoubleSeq_out;
-
+
class TAO_Export DoubleSeq
: public
TAO_Unbounded_Sequence<
@@ -102,23 +102,18 @@ namespace CORBA
DoubleSeq (
CORBA::ULong max,
CORBA::ULong length,
- CORBA::Double* buffer,
+ CORBA::Double* buffer,
CORBA::Boolean release = 0
);
DoubleSeq (const DoubleSeq &);
~DoubleSeq (void);
-
+
static void _tao_any_destructor (void *);
-
+
typedef DoubleSeq_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_DoubleSeq;
// 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::DoubleSeq &); // copying version
-TAO_Export void operator<<= (CORBA::Any &, CORBA::DoubleSeq*); // noncopying version
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::DoubleSeq *&); // deprecated
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::DoubleSeq *&);
-
-// TAO_IDL - Generated from
// be\be_visitor_sequence/cdr_op_ch.cpp:71
#if !defined _TAO_CDR_OP_CORBA_DoubleSeq_H_