summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h b/TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h
index f62257fcf3b..a1e5f0c6af8 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_ccm_pre_proc.h
@@ -126,13 +126,6 @@ private:
const char *name,
be_exception *&result);
- int create_uses_multiple_stuff (be_component *node,
- AST_Component::port_description *pd);
- int create_uses_multiple_struct (be_component *node,
- AST_Component::port_description *pd);
- int create_uses_multiple_sequence (be_component *node,
- AST_Component::port_description *pd);
-
int create_event_consumer (be_eventtype *node);
AST_Interface *lookup_consumer (AST_Component::port_description *pd);
AST_Interface *create_explicit (be_home *node);
@@ -149,8 +142,6 @@ private:
private:
// These are created for operations implied by 'uses multiple' declarations.
Identifier module_id_;
- be_structure *connection_;
- be_sequence *connections_;
be_valuetype *cookie_;
// Exceptions thrown by implied CCM operations.