discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: Find more ObjC methods


From: Alexander Malmberg
Subject: Re: PATCH: Find more ObjC methods
Date: Fri, 03 Oct 2003 04:10:46 +0200

Ziemowit Laski wrote:
[snip]
> This will hopefully do for now.  It occurred to me that, in the long 
> run,
> the compiler should stop distinguishing @interfaces from 
> @implementations
> (since the former are merely forward declarations for the latter).

I've always considered this a feature. The @interface is the public
interface for an @implementation. Thus, methods that appear only in an
implementation are private to that implementation. The scope of this
change is very small, though.

- Alexander Malmberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]