CommandServiceManager -1.00
Phoenix engine interface
Classes/NSMutableArray+PriorityQueue.h
00001 //
00002 //  NSMutableArray+PriorityQueue.h
00003 //  CommandServiceManager
00004 //
00005 //  Created by Pichaya Srifar on 9/22/11.
00006 //  Copyright 2011 Vervata. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00014 @interface NSMutableArray (PriorityQueue)
00015 
00020 - (id)dequeue;
00021 
00026 - (void) enqueue:(id)anObject;
00027 
00032 - (void)removeRequest:(NSInteger)aCSID;
00033 
00034 @end
 All Data Structures Functions Properties