(-shouldNotImplement:): New method
authorKresten Krab Thorup <krab@gcc.gnu.org>
Wed, 5 May 1993 13:51:15 +0000 (13:51 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Wed, 5 May 1993 13:51:15 +0000 (13:51 +0000)
From-SVN: r4331

gcc/objc/Object.h

index 917fed55a877310754571eec8cffefa4d573a8b6..b55a6533f59e4c1d68fdf5a7fb62637efe9be292 100644 (file)
@@ -102,6 +102,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
         /* Enforcing intentions */
 - subclassResponsibility:(SEL)aSel;
 - notImplemented:(SEL)aSel;
+- shouldNotImplement:(SEL)aSel;
 
         /* Error handling */
 - doesNotRecognize:(SEL)aSel;