swarm-support
[Top][All Lists]
Advanced

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

Re: no autoDrop


From: Marcus G. Daniels
Subject: Re: no autoDrop
Date: 08 May 1998 10:46:25 -0700

>>>>> "PDV" == Piebe De-Vries <address@hidden> writes:

PDV>   printf("killSchedule autodrop =%d.\n",[killSchedule getAutoDrop]);

PDV> gives the following output:
  
PDV> killSchedule autodrop =0.

For one thing, there was a bug in getAutoDrop...

Index: CompoundAction.m
===================================================================
RCS file: /opt/src/hive/cvs/Swarm/swarm/src/activity/CompoundAction.m,v
retrieving revision 1.5
retrieving revision 1.6
diff -c -r1.5 -r1.6
*** CompoundAction.m    1998/01/16 04:37:25     1.5
--- CompoundAction.m    1998/05/08 17:36:32     1.6
***************
*** 64,72 ****
    return Sequential;
  }
  
! - (BOOL) getAutoDrop
  {
!   return bits & BitAutoDrop;
  }
  
  //
--- 64,72 ----
    return Sequential;
  }
  
! - (BOOL)getAutoDrop
  {
!   return (bits & BitAutoDrop) == BitAutoDrop;
  }
  
  //


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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