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

How can I add a new queue?



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.