Allan Rae <[EMAIL PROTECTED]> writes: | /** | * Sun's CC can't connect to an inherited method so we have this little | * concrete instance to give it something to hook onto. | */ | FormBaseBI::hide() { | ::hide(); | } FormBaseBI::hide() { FormBaseDeperecated::hide(); } -- Lgb
- SUN CC 6.0 Update 1 and Purify Michael Schmitt
- Re: SUN CC 6.0 Update 1 and Purify Allan Rae
- Re: SUN CC 6.0 Update 1 and Purify Allan Rae
- Re: SUN CC 6.0 Update 1 and Purify Michael Schmitt
- Re: SUN CC 6.0 Update 1 and Purify Lars Gullik Bjønnes
- Re: SUN CC 6.0 Update 1 and Purify Jean-Marc Lasgouttes