Commit 27f581c3 by Kresten Krab Thorup

(-shouldNotImplement:): New method

From-SVN: r4331
parent 1df03188
...@@ -102,6 +102,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -102,6 +102,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Enforcing intentions */ /* Enforcing intentions */
- - subclassResponsibility:(SEL)aSel; - - subclassResponsibility:(SEL)aSel;
- - notImplemented:(SEL)aSel; - - notImplemented:(SEL)aSel;
- - shouldNotImplement:(SEL)aSel;
/* Error handling */ /* Error handling */
- - doesNotRecognize:(SEL)aSel; - - doesNotRecognize:(SEL)aSel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment