Event repository manager  1.0
Core component to store events
/Users/makara/Documents/Backup/WFS/codebase/EventRepository/EventRepos/EventRepos/EventQueryPriority.h
00001 //
00002 //  EventQueryPriority.h
00003 //  EventRepos
00004 //
00005 //  Created by Makara Khloth on 9/22/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 @interface EventQueryPriority : NSObject {
00012 @private
00013         NSMutableArray* mDefaultPriority;
00014         NSArray*        mUserPriority;
00015 }
00016 
00017 @property (nonatomic, readonly) NSArray* mDefaultPriority;
00018 @property (nonatomic, readonly) NSArray* mUserPriority;
00019 
00020 - (id) initWithUserPriority: (NSArray*) aEventTypePriority;
00021 
00022 @end
 All Classes Functions