> Fair enough. I certainly overengineered props.[ch]xx, in anticipation > of all kinds of sophisticated stuff that people never bothered doing. > I've been learning, slowly, from the XP people to build only for today > (all my training previously was to anticipate future needs, and it's > hard to let that go).
It's nice to have a concept that can support all that stuff if/when we have an excuse to make use of it. Put the methods and stuff into the header file, with a comment that they are not implemented yet, and have the implementations break if used. That makes it easier to have backward compatible code when the snazzy features get added. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
