Re: final protected private symbol
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Per Hedbor () @ Pike (-) importm?te f?r mailinglistan wrote: >Inherited (and inheriting) classes can not call private functions >(according to the rules). That sounds more logical. >And they are not normally accessible, the only reason for it being so >in this case is that the class (Stdio.Buffer) is written in C, and >calls the method directly by offset, without checking permissions. Ok. Changed it to protected instead. Thanks. -- Stephen.