From: Braden M. <br...@en...> - 2005-10-31 19:56:12
|
Andrew Grieve wrote: > I think vrml97node.cpp could be split up if there were two registry > functions (have a register_node_classes1() and a > register_node_classes2()). This would break the file into 2 smaller > ones without the need for additional exported functions (except for > the extra register_node_classes) I'm not happy with this solution because the split would carry over into the modules, yielding two modules instead of one. This is a rather ugly change to runtime characteristics to solve a compile-time problem. Braden PS: Please be more conscientious in your quoting. |