This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libobjc/18256] libobjc without any Classes/Protocols


------- Additional Comments From tilo at pruetz dot net  2004-10-31 20:06 -------
At least I do not _need_ to :). I just would like to add some methods with
access to the members. This cannot be done in a category because the members are
private.

Okay, I think I could fake the interface and declare the members as protected.
Then I can do my things in categories. -- I don't know why I've not already done
it this way.


I would be pleased, if there were a possibility to exchange the Protocol class
but I can live without.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18256


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]