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

Reply via email to