@@ -15,12 +15,12 @@ */ #import "OFKernelEventObserver.h" @interface OFKernelEventObserver (OF_PRIVATE_CATEGORY) -- (void)OF_addFileDescriptorForReading: (int)fd; -- (void)OF_addFileDescriptorForWriting: (int)fd; -- (void)OF_removeFileDescriptorForReading: (int)fd; -- (void)OF_removeFileDescriptorForWriting: (int)fd; +- (void)OF_addObjectForReading: (id)object; +- (void)OF_addObjectForWriting: (id)object; +- (void)OF_removeObjectForReading: (id)object; +- (void)OF_removeObjectForWriting: (id)object; - (void)OF_processQueueAndStoreRemovedIn: (OFMutableArray*)removed; - (bool)OF_processReadBuffers; @end