00001 00002 @interface CPOperationQueue : CPObject 00003 { 00004 CPArray _operations; 00005 BOOL _suspended; 00006 CPString _name // @accessors(property=name); 00007 CPTimer _timer; 00008 } 00009 @end