From 3f6e402460648ffe1bcf1591d4c9d307b1d1d97b Mon Sep 17 00:00:00 2001 From: ribes Date: Wed, 28 Feb 2007 15:30:03 +0000 Subject: [PATCH] Doxygen documentation and english comments. --- src/DSC/DSC_Basic/DSC_Callbacks.hxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/DSC/DSC_Basic/DSC_Callbacks.hxx b/src/DSC/DSC_Basic/DSC_Callbacks.hxx index 67dd668dc..e37dd60e8 100644 --- a/src/DSC/DSC_Basic/DSC_Callbacks.hxx +++ b/src/DSC/DSC_Basic/DSC_Callbacks.hxx @@ -30,19 +30,20 @@ #include CORBA_SERVER_HEADER(DSC_Engines) /*! \class DSC_Callbacks - * \brief this is an abstract that defines the methods that the component + * \brief This is an abstract class that defines methods that the component * uses to prevent the component user code that the state of the component has changed. * Currently only port's connection modifications are signaled. */ class DSC_Callbacks { public: + DSC_Callbacks() {} virtual ~DSC_Callbacks() {} /*! - * \brief This method is used by the component when the number of connection + * This method is used by the component when the number of connection * on a provides port changes. This information helps the user code to detect - * operation on his ports. + * operation on its ports. * * * \param provides_port_name the name of the provides name that has changed. @@ -54,13 +55,13 @@ class DSC_Callbacks const Engines::DSC::Message message) = 0; /*! - * \brief This method is used by the component when the number of connection + * This method is used by the component when the number of connection * on a uses port changes. This information helps the user code to detect - * operation on his ports. + * operation on its ports. * * * \param uses_port_name the name of the uses name that has changed. - * \param connection_nbr the new sequence representing the uses port. + * \param new_uses_port the new sequence representing the uses port. * \param message contains informations about the modification of the port. */ virtual void uses_port_changed(const char* uses_port_name, -- 2.39.2