@@ -205,16 +205,9 @@ * This is automatically done when a new stream is added or removed by another * thread, but in some circumstances, it might be desirable for a thread to * manually stop the observe running in another thread. */ - (void)cancel; - -- (void)OF_addFileDescriptorForReading: (int)fd; -- (void)OF_addFileDescriptorForWriting: (int)fd; -- (void)OF_removeFileDescriptorForReading: (int)fd; -- (void)OF_removeFileDescriptorForWriting: (int)fd; -- (void)OF_processQueue; -- (bool)OF_processCache; @end @interface OFObject (OFStreamObserverDelegate) @end