This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/18256] libobjc without any Classes/Protocols
- From: "tilo at pruetz dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2004 20:06:54 -0000
- Subject: [Bug libobjc/18256] libobjc without any Classes/Protocols
- References: <20041031173853.18256.tilo@pruetz.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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