[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Q] instance variable name problem in GSWeb
From: |
Sungjin Chun |
Subject: |
Re: [Q] instance variable name problem in GSWeb |
Date: |
Fri, 24 Nov 2000 22:34:59 +0900 |
When I use instance variable name in my Main component, then
cc1obj emits error; I think this error is caused by the reason
that in GSWComponent which I inherited my Main component,
also has name instance variable, and this instance variable
has "protected" scope, not "private" scope.
----- Original Message -----
From: "Manuel Guesdon" <ml@sbuilders.com>
To: "Sungjin Chun" <ninja@linuxone.co.kr>
Cc: <discuss-gnustep@gnu.org>; <discuss-gnustep@gnu.org>
Sent: Friday, November 24, 2000 8:52 PM
Subject: Re: [Q] instance variable name problem in GSWeb
> Hi,
>
> On Fri, 24 Nov 2000 20:24:46 +0900 Sungjin Chun <Sungjin Chun
<ninja@linuxone.co.kr>> wrote:
> >| Instance variables in GSWeb framework is not appended by '_'
> >| character and this causes some error in compilation.
> >| I think appending @private in class interface declaration solves
> >| problem or appending '_' in instance variable solves.
> >| I think first one is easy solution. Any opinions?
>
> Which errors do you have ?
> We will name ivar with a _ prefix when we'll havemany
> modifications on a source file.
>
> Manuel
>
> --
> ______________________________________________________________________
> Manuel Guesdon - Software Builders <mguesdon@sbuilders.com>
> 14 rue Jean-Baptiste Clement - 93200 Saint-Denis - France
> Tel: +33 1 4940 0999 - Fax: +33 1 4940 0998
>
>
>
>