Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPOperationQueue.h
Go to the documentation of this file.
1 
3 {
4  CPArray _operations;
5  BOOL _suspended;
6  CPString _name // @accessors(property=name);
7  CPTimer _timer;
8 }
9 @end