swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subclassing/collections


From: Roger Burkhart
Subject: Re: subclassing/collections
Date: Mon, 17 Jun 96 08:49:14 MDT

> From majordom Sun Jun 16 18:30:18 1996
> To: address@hidden
> I got subscheduling working correctly but when
> I tried to remove one of the actions I got:
> 
> error: ActionConcurrent_c (instance)
> ActionConcurrent_c does not recognize remove:
> Abort (core dumped)
> 
> Any suggestions?

It looks like you're sending remove: directly to the action, not the
schedule which holds it.

The generic form of remove: is [aCollection remove: aMember].  For a
schedule that would be: [aSchedule remove: anAction].


reply via email to

[Prev in Thread] Current Thread [Next in Thread]