summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-16 14:08:35 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-16 14:08:35 +0000
commit23f54eec7b38485194dc9dd5d5f738f73d2a66c0 (patch)
tree361cd831250e7846c39963ec23a05792de7c279c
parentf5a8e9a68a3d304fc4cc234e4aebe2941c22ddea (diff)
downloadATCD-23f54eec7b38485194dc9dd5d5f738f73d2a66c0.tar.gz
Wed May 16 14:05:33 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* TAO_IDL/be/be_visitor_component/facet_exh.cpp: * TAO_IDL/be/be_visitor_component_scope.cpp: Changed DOxygen documentation.
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_scope.cpp2
3 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 38f90cedd78..104be6a2477 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 16 14:05:33 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl>
+
+ * TAO_IDL/be/be_visitor_component/facet_exh.cpp:
+ * TAO_IDL/be/be_visitor_component_scope.cpp:
+ Changed DOxygen documentation.
+
Wed May 16 06:42:33 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.cpp:
diff --git a/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
index 40973f6d49b..840f52f66e0 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
@@ -104,7 +104,7 @@ be_visitor_facet_exh::visit_provides (be_provides *node)
os_ << be_uidt << be_nl_2
<< "private:" << be_idt_nl
- << "/// Context for component instance. Uses for all middleware communication." << be_nl
+ << "/// Context for component instance. Used for all middleware communication." << be_nl
<< smart_scope << c_scope->full_name () << "::CCM_"
<< this->node_->local_name ()
<< "_Context_var ciao_context_;" << be_uidt_nl
diff --git a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
index a8def8bd445..b71664c65d9 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
@@ -285,7 +285,7 @@ void
be_visitor_component_scope::gen_exec_entrypoint_decl (void)
{
os_ << be_nl_2
- << "/// Factory method and library entry point used by the middelware" << be_nl
+ << "/// Factory method and library entry point used by the middleware" << be_nl
<< "/// @return new component instance" << be_nl
<< "extern \"C\" " << export_macro_.c_str ()
<< " ::Components::EnterpriseComponent_ptr" << be_nl