summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-04-22 11:15:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-04-22 11:15:31 +0000
commit7e509b5098e4a3352abc6b940f56dc7142f49028 (patch)
tree42f3f27a178234b4b03f2b3d5e26f5e8f9c82f48
parent873b762200ad420ac48af98b74d01875fad26c43 (diff)
downloadATCD-7e509b5098e4a3352abc6b940f56dc7142f49028.tar.gz
Thu Apr 22 11:15:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Servants/Home_Servant_Impl_T.h: * ciao/Servants/Servant_Impl_T.h: Doxygen changes
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/ciao/Servants/Home_Servant_Impl_T.h8
-rw-r--r--CIAO/ciao/Servants/Servant_Impl_T.h2
3 files changed, 11 insertions, 5 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 102777b174b..db7f43caa26 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 22 11:15:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ciao/Servants/Home_Servant_Impl_T.h:
+ * ciao/Servants/Servant_Impl_T.h:
+ Doxygen changes
+
Thu Apr 22 10:54:49 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/impl/dds/DataReader_T.cpp:
diff --git a/CIAO/ciao/Servants/Home_Servant_Impl_T.h b/CIAO/ciao/Servants/Home_Servant_Impl_T.h
index f3d606400a5..b4ba99ba948 100644
--- a/CIAO/ciao/Servants/Home_Servant_Impl_T.h
+++ b/CIAO/ciao/Servants/Home_Servant_Impl_T.h
@@ -54,19 +54,19 @@ namespace CIAO
virtual ~Home_Servant_Impl (void);
- // Operations for CCMHome interface.
+ /// Operations for CCMHome interface.
virtual void remove_component (Components::CCMObject_ptr comp);
- // Operations for keyless home interface.
+ /// Operations for keyless home interface.
virtual ::Components::CCMObject_ptr create_component (void);
- // Operations for implicit home interface.
+ /// Operations for implicit home interface.
virtual typename COMP_SVNT::_stub_ptr_type create (void);
virtual void update_component_map (PortableServer::ObjectId &oid);
protected:
- // CIAO-specific operations.
+ /// CIAO-specific operations.
typename COMP_SVNT::_stub_ptr_type
_ciao_activate_component (typename COMP_SVNT::_exec_type::_ptr_type exe);
diff --git a/CIAO/ciao/Servants/Servant_Impl_T.h b/CIAO/ciao/Servants/Servant_Impl_T.h
index 766c51f3783..d699c67edca 100644
--- a/CIAO/ciao/Servants/Servant_Impl_T.h
+++ b/CIAO/ciao/Servants/Servant_Impl_T.h
@@ -73,7 +73,7 @@ namespace CIAO
/// Initialized in this constructor.
typename EXEC::_var_type executor_;
- /// Initialized in the derived, generated servant constructor.
+ /// Initialized in this constructor.
CONTEXT * context_;
const char * ins_name_;