@@ -185,15 +185,15 @@ * thread, but in some circumstances, it might be desirable for a thread to * manually stop the observe running in another thread. */ - (void)cancel; -- (void)_addFileDescriptorForReading: (int)fd; -- (void)_addFileDescriptorForWriting: (int)fd; -- (void)_removeFileDescriptorForReading: (int)fd; -- (void)_removeFileDescriptorForWriting: (int)fd; -- (void)_processQueue; -- (BOOL)_processCache; +- (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