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

Re: Instantiation problem - new type of Queue



Dear ns-users,

: I have a problem that I can't seem to solve on my own :-(

well, i finally did :-)

: I guess that I'm making some major mistake somewhere but unfortunately
: I can't figure out where.

the trouble was:

i implemented a 

   BUCQueue::command(int argc, const char*const* argv)

but forgot to do a

   return (Queue::command (argc, argv));

at the end of this method. 

-chris

 -----------------------------------------------------------------
  Christof Brandauer                        [email protected]
  Student of Applied Informatics                 
  Department of Computer Science, University of Salzburg, Austria
 -----------------------------------------------------------------