updated documentation
This commit is contained in:
parent
30eeb29b4b
commit
d6c4823a44
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: maroy $
|
||||||
Version : $Revision: 1.2 $
|
Version : $Revision: 1.3 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SchedulerDaemon.h,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SchedulerDaemon.h,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -105,7 +105,8 @@ using namespace LiveSupport::Core;
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
*
|
*
|
||||||
* For details on the included elements, see the corresponding documentation
|
* For details on the included elements, see the corresponding documentation
|
||||||
* for XmlRpcDaemon, ConnectionManagerFactory and ScheduleFactory.
|
* for XmlRpcDaemon, StorageClientFactory, ConnectionManagerFactory
|
||||||
|
* and ScheduleFactory.
|
||||||
*
|
*
|
||||||
* The DTD for the above element is the following:
|
* The DTD for the above element is the following:
|
||||||
*
|
*
|
||||||
|
@ -115,10 +116,11 @@ using namespace LiveSupport::Core;
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
*
|
*
|
||||||
* @author $Author: maroy $
|
* @author $Author: maroy $
|
||||||
* @version $Revision: 1.2 $
|
* @version $Revision: 1.3 $
|
||||||
* @see XmlRpcDaemon
|
|
||||||
* @see ConnectionManagerFactory
|
* @see ConnectionManagerFactory
|
||||||
|
* @see StorageClientFactory
|
||||||
* @see ScheduleFactory
|
* @see ScheduleFactory
|
||||||
|
* @see XmlRpcDaemon
|
||||||
*/
|
*/
|
||||||
class SchedulerDaemon : public Installable,
|
class SchedulerDaemon : public Installable,
|
||||||
public Configurable,
|
public Configurable,
|
||||||
|
|
Loading…
Reference in New Issue