@@ -176,11 +176,11 @@ * @brief This routine is exectued when the thread's main method has finished * executing or terminate has been called. * * @note Be sure to call [super handleTermination]! */ -- (void)handleTermination; +- (void)handleTermination OF_REQUIRES_SUPER; /*! * @brief Starts the thread. */ - (void)start;