Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPNotificationQueue.h
Go to the documentation of this file.
1 
3 {
4  BOOL _runLoopLaunched;
5  CPMutableArray _postNowNotifications;
6  CPMutableArray _postIdleNotifications;
7  CPMutableArray _postASAPNotifications;
8  CPNotificationCenter _notificationCenter;
9 }
10 @end