>Maybe I'm just being dense, but shouldn't this be done at app startup
>time?

You're not being dense, but I'm certainly confused. Your last email said 
"we're doing this in APP startup time (in XAP land). this is bad (for XAP 
reasons)" and now you seem to be asking "shouldn't we do this on APP 
startup?"

>From src/af/xap/xp/xap_App.cpp

XAP_App::XAP_App()
{
...
        // initialize the importers/exporters
        IE_Imp::init();
        IE_Exp::init();
}


Now, if you're arguing for the init() calls to be removed and have those 40 
or so registerImporter() / registerExporter() calls in ap_UnixApp (and then 
duplicated across all front-ends), I'm all for it. Change and commit the 
code...

Dom

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


Reply via email to