summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-12-03 06:13:05 +0000
committermsmit <msmit@remedy.nl>2010-12-03 06:13:05 +0000
commit825266043803f3fff19ac9d933ce8cf6d0032273 (patch)
tree66d43db5ba7c24f002029f7fb598011cb3505f63
parent9a6f664e0e3d3059825291631cf593f1ce2bbb2f (diff)
downloadATCD-825266043803f3fff19ac9d933ce8cf6d0032273.tar.gz
Fri Dec 3 06:13:19 UTC 2010 Marcel Smit <msmit@remedy.nl>
* TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: Removed seq_type from DDS traits since it's not needed there anymore.
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp2
2 files changed, 5 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8f70c73fd8d..4d478bcdb8d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 3 06:13:19 UTC 2010 Marcel Smit <msmit@remedy.nl>
+
+ * TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp:
+ Removed seq_type from DDS traits since it's not needed there anymore.
+
Thu Dec 2 21:31:19 UTC 2010 Adam Mitz <mitza@ociweb.com>
* TAO_IDL/be/be_codegen.cpp:
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
index 36245f25cf0..91a125ab775 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
@@ -272,7 +272,6 @@ be_visitor_connector_dds_exh::gen_dds_traits (AST_Decl *datatype)
}
os_ << "Seq dds_seq_type;" << be_nl
- << "typedef ::" << dt_name << "Seq seq_type;" << be_nl
<< "typedef ::" << dt_name
<< "TypeSupport type_support;" << be_nl
<< "typedef ::DDS_SampleInfoSeq sampleinfo_seq_type;" << be_nl
@@ -318,7 +317,6 @@ be_visitor_connector_dds_exh::gen_connector_traits (void)
return;
}
-
os_ << be_uidt_nl
<< "};";
}