@@ -1,8 +1,8 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 - * Jonathan Schleifer + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 + * Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -17,14 +17,14 @@ #import "OFKernelEventObserver.h" OF_ASSUME_NONNULL_BEGIN @interface OFKernelEventObserver (OF_PRIVATE_CATEGORY) -- (void)OF_addObjectForReading: (id)object; -- (void)OF_addObjectForWriting: (id)object; -- (void)OF_removeObjectForReading: (id)object; -- (void)OF_removeObjectForWriting: (id)object; -- (void)OF_processQueueAndStoreRemovedIn: (nullable OFMutableArray*)removed; -- (void)OF_processReadBuffers; +- (void)OF_addObjectForReading: (id )object; +- (void)OF_addObjectForWriting: (id )object; +- (void)OF_removeObjectForReading: (id )object; +- (void)OF_removeObjectForWriting: (id )object; +- (void)OF_processQueue; +- (bool)OF_processReadBuffers; @end OF_ASSUME_NONNULL_END