Share

FIPA-OS Agent Toolkit

Tracker: Bugs

5 Wrong condition in sendNotUnderstood - ID: 680799
Last Update: Tracker Item Submitted ( djouvin )

there seem to be a wrong condition in the
sendNotUnderstood(ACL origin_acl) method of Task:

if( tm._shutdown && owner != null )
{
return owner.sendNotUnderstood( orig_acl );
}
else
{
return false;
}

the not-understood will not be sent if the _tm does nto
shutdown.


Denis Jouvin ( djouvin ) - 2003-02-05 11:16

5

Open

None

Nobody/Anonymous

Task Manager

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.