|
SObjectizer
5.5
|
Functions so_5::send_delayed_to_agent() and so_5::send_periodic_to_agent() are deprecated and will be removed in v.5.6.0. New version of so_5::send_delayed() and so_5::send_periodic() which receve a reference to so_5::agent_t and so_5::adhoc_agent_definition_proxy_t must be used instead.
Two old forms of send_delayed/send_periodic functions which receive a referent to an agent and destination mbox are deprecated also. It means that the following code will not work in v.5.6.0:
Such code must be rewritten this way:
1.8.14