swarm-support
[Top][All Lists]
Advanced

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

Local list


From: Nicolas Garrido
Subject: Local list
Date: Mon, 16 Apr 2001 10:48:15 +0200

Hi,

I don´t know why when i use this code i receive the runtime error message of
handle_exceptions.

-newStrategy
{
  id sampleList;
  Consumer *aConsumer;

  sampleList = [List createBegin:self];

  aConsumer = [Consumer createBegin: self];
  aConsumer = [aConsumer createEnd];

  [sampleList addLast: aConsumer];

  [sampleList drop];
  return self;
}

I know that the code hasn´t sense but...

 Consumer is a simple class without error,

 Is there any problem with Zones?

Thanks!


                  ==================================
   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]