00001 // 00002 // NoOperation.h 00003 // DistributedCalendar 00004 // 00005 // Created by Jagdish on 8/13/10. 00006 // Copyright 2010 __MyCompanyName__. All rights reserved. 00007 // 00008 00033 #import <Foundation/Foundation.h> 00034 00035 // TO DO: to store the previous request ( will need in access control policy where there can be a concurrent administrative request too as told by Asma) 00039 @interface NoOperation : NSObject <NSCoding>{ 00040 00041 } 00042 00043 @end