summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2012-05-15 13:43:42 +0000
committermsmit <msmit@remedy.nl>2012-05-15 13:43:42 +0000
commit1a15d828440e33752f2cc6fd4d146cd1ea02aa53 (patch)
treef616589985dfe52dca5a66e9dadb54f603df86bd /TAO/TAO_IDL/be_include
parent6078c345134a217237171ba982d94c2613be77a4 (diff)
downloadATCD-1a15d828440e33752f2cc6fd4d146cd1ea02aa53.tar.gz
Tue May 15 13:43:00 UTC 2012 Marcel Smit <msmit@remedy.nl>
* TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_util.cpp: * TAO_IDL/be/be_visitor_arg_traits.cpp: * TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp: * TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: * TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp: * TAO_IDL/be/be_visitor_native/native_ch.cpp: * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp: * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: * TAO_IDL/be_include/be_global.h: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/include/idl_global.h: * TAO_IDL/util/utl_global.cpp: Added support for openDDS.
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index c20bcf4a180..b9b9c9331a3 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -782,12 +782,6 @@ public:
/// Default is NDDS.
DDS_IMPL dds_impl (void) const;
- /// Set the suffix of OpenDDS-specific native sequences.
- void opendds_sequence_suffix (const char *val);
-
- /// Return the suffix of OpenDDS-specific native sequences.
- const char *opendds_sequence_suffix (void) const;
-
/// Cleanup function.
void destroy (void);
@@ -1166,10 +1160,6 @@ private:
/// The enumerated value indicating the DDS implementation.
DDS_IMPL dds_impl_;
- /// Option to customize the suffix of OpenDDS-specific sequences,
- /// for use with CIAO's dds4ccm implementation.
- ACE_CString opendds_sequence_suffix_;
-
/// Used for void operation return types.
AST_PredefinedType *void_type_;