summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-11-27 21:22:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-11-27 21:22:15 +0000
commit663660f676a88215851e9803da82395d86db2a35 (patch)
tree9bc183f1387013f95d099dbe626b0f6b490dbb54 /TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
parent1d924c99a0ee0260e897596642336ff6d68883b2 (diff)
downloadATCD-663660f676a88215851e9803da82395d86db2a35.tar.gz
Sun Nov 27 18:19:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
Merging in another set of changes. The skeletons got refactored even more and now the S.inl files are not generated anymore. For CIAO we now generate the facet servants in new _svnt_T.{h,cpp} files, which is the first step in a major refactoring and simplification of the CCM servants which is also a first step in the direction of a Common Component Model
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
index 2881de3760a..345e80863bc 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
@@ -497,7 +497,6 @@ be_visitor_interface::visit_operation (be_operation *node)
case TAO_CodeGen::TAO_ROOT_CDR_OP_CH:
case TAO_CodeGen::TAO_ROOT_CDR_OP_CS:
case TAO_CodeGen::TAO_ROOT_CI:
- case TAO_CodeGen::TAO_ROOT_SI:
return 0; // nothing to be done
default:
{