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

Re: How can I add a new queue?



On Mon, 27 Sep 1999 17:24:39 +0800, "yanglihai" wrote: 
>Hello sir:
>    I want to add a new queue,but I don't know
>that the relationship of memeber function and member variable in NewQueue,
>and how to invoke them,and who invoke them.
>
>e.g. class NewQueue:public Queue {
>        ...}
>
>thanks in advance.

Chapter 7 (Queue Management) of ns Notes and Documentation is a good
place to start.

   -John Heidemann