@@ -808,10 +808,22 @@ - (void)performSelector: (SEL)selector onThread: (OFThread*)thread withObject: (id)object1 withObject: (id)object2 afterDelay: (double)delay; + +/*! + * @brief This method is called when @ref resolveClassMethod: or + * @ref resolveInstanceMethod: returned NO. It should return a target + * to which the message should be forwarded. + * + * @note When the message should not be forwarded, you should not return nil, + * but instead return the result of the superclass! + * + * @return The target to forward the message to + */ +- (id)forwardingTargetForSelector: (SEL)selector; @end /*! * @brief A protocol for the creation of copies. */