project BLF > class BXmlDaemon > method SynchroniseSpecific
Description
This method should be implemented on a specific daemon level. It should contain code to create the initial daemon record for this daemon. This is the table that is containing the settings for the daemon (besides the configuration that is saved in fcDaemon). This method is called with a certain new instance active, so the code should contain a call to "AddDetailLine" for the specific daemon table.
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program/bxmldaemon.p)
<ANCESTOR-CODE>
<M-1 run AddDetailLine (input 'XmlDaemon':U (icTable),
input tfcDaemon.tc_Rowid (icParentRowid),
output oiReturnStatus (oiReturnStatus)) in BXmlDaemon>