@@ -211,11 +211,11 @@ * * \param object The object which the terminated thread will return */ + (void)terminateWithObject: (id)object; -+ (void)_createMainThread; ++ (void)OF_createMainThread; /** * \brief Initializes an already allocated thread with the specified object. * * \param object An object which is passed for use in the main method or nil @@ -279,11 +279,11 @@ * * \return The run loop for the thread or nil if it has no run loop */ - (OFRunLoop*)runLoop; -- (void)_setRunLoop: (OFRunLoop*)runLoop; +- (void)OF_setRunLoop: (OFRunLoop*)runLoop; @end /** * \brief A class for creating mutual exclusions. */