Code strictness


Subject: Code strictness
From: Hubert Figuiere (hfiguiere@teaser.fr)
Date: Thu Jan 18 2001 - 17:13:53 CST


In XAP_Frame.h, I found this:

virtual EV_Toolbar * _newToolbar(XAP_App *app, XAP_Frame
*frame, const char *, const char *)
                        { return NULL; } // Abstract

By reading the comment, I understand that _newToolbar must be
implemented in superclasses, but not in this one. Why the hell isn't
it pure virtual ?

Don't talk about lazyness please... I volunteer to change any
occurence accordingly: this would help me for the port.

Hub



This archive was generated by hypermail 2b25 : Thu Jan 18 2001 - 17:10:58 CST