summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-13 01:59:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-13 01:59:58 +0000
commit32efadd5264191b8b51850e0a8b201dc77ad999a (patch)
tree0761347edef980bf570b7ed053f8417a030560f4 /TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
parent25347671ab67c15b1a97e8d6e2b862b745347587 (diff)
downloadATCD-32efadd5264191b8b51850e0a8b201dc77ad999a.tar.gz
ChangeLogTag: Thu Aug 12 20:55:44 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
index 1429a4d15cd..52e995e47e5 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
@@ -84,7 +84,7 @@ be_visitor_obv_module::visit_module (be_module *node)
if (this->ctx_->state () == TAO_CodeGen::TAO_MODULE_OBV_CH)
{
os->decr_indent ();
- *os << "};\n\n";
+ *os << "}\nTAO_NAMESPACE_CLOSE\n\n";
}
}
return 0;