diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-26 20:33:41 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-26 20:33:41 +0000 |
commit | 7d120015912344e310a5eb8dd2d6a0ba6b750d96 (patch) | |
tree | 6cf0871416e29118562dcec9d490f7d5818eec38 /TAO/TAO_IDL/be/be_visitor_root | |
parent | 1ab293fc849e1c730e7e24a158b3f9b17e68d8f6 (diff) | |
download | ATCD-7d120015912344e310a5eb8dd2d6a0ba6b750d96.tar.gz |
ChangeLogTag: Thu Sep 26 14:59:55 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_root/root.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp index 2f2d77793d3..833b226e170 100644 --- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp +++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp @@ -301,6 +301,8 @@ int be_visitor_root::visit_root (be_root *node) (void) tao_cg->end_server_template_inline (); } + *os << "\n\n"; + return 0; case TAO_CodeGen::TAO_ROOT_SS: if (be_global->gen_tie_classes ()) @@ -366,7 +368,6 @@ int be_visitor_root::visit_root (be_root *node) } case TAO_CodeGen::TAO_ROOT_SH: case TAO_CodeGen::TAO_ROOT_IH: - case TAO_CodeGen::TAO_ROOT_SI: case TAO_CodeGen::TAO_ROOT_SS: case TAO_CodeGen::TAO_ROOT_IS: case TAO_CodeGen::TAO_ROOT_TIE_SH: @@ -398,7 +399,6 @@ int be_visitor_root::visit_root (be_root *node) break; case TAO_CodeGen::TAO_ROOT_CI: case TAO_CodeGen::TAO_ROOT_CS: - case TAO_CodeGen::TAO_ROOT_SI: *os << "\n\n"; break; default: |