summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_connector
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-26 14:54:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-26 14:54:21 +0000
commit90702ca95e8672488516e42d3aa0fcdb8b5581aa (patch)
treea15e8ffbfd8068815d1f400025f38fc819cb9de6 /TAO/TAO_IDL/be/be_visitor_connector
parenta1a7799592ee8f44d6bd05e093d862c0a2b9f208 (diff)
downloadATCD-90702ca95e8672488516e42d3aa0fcdb8b5581aa.tar.gz
Thu Aug 26 14:54:25 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: Slightly changed the dds traits * tests/MProfile_Connection_Timeout/test_i.cpp: Removed rcsid
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_connector')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp6
1 files changed, 4 insertions, 2 deletions
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 33f25aec814..7874bf9b22f 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
@@ -170,10 +170,12 @@ be_visitor_connector_dds_exh::gen_dds_traits (void)
os_ << "Seq dds_seq_type;" << be_nl
<< "typedef ::" << dt_name
<< "TypeSupport type_support;" << be_nl
+ << "typedef ::DDS_SampleInfoSeq sampleinfo_seq_type;" << be_nl
+ << "typedef ::DDS_SampleInfo sampleinfo_type;" << be_nl
<< "typedef ::" << dt_name
- << "DataWriter data_writer;" << be_nl
+ << "DataWriter datawriter_type;" << be_nl
<< "typedef ::" << dt_name
- << "DataReader data_reader;" << be_uidt_nl
+ << "DataReader datareader_type;" << be_uidt_nl
<< "};";
}
}