@@ -175,11 +175,11 @@ * timeout is reached. * * @param timeout The time to wait for an event, in seconds * @return A boolean whether events occurred during the timeinterval */ -- (BOOL)observeWithTimeout: (double)timeout; +- (bool)observeWithTimeout: (double)timeout; /*! * @brief Cancels the currently blocking observe call. * * This is automatically done when a new stream is added or removed by another @@ -191,10 +191,10 @@ - (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; +- (bool)OF_processCache; @end @interface OFObject (OFStreamObserverDelegate) @end