Subject: Re: Commit: autoconf and new import/export framework
From: Dom Lachowicz (cinamod@hotmail.com)
Date: Thu May 03 2001 - 11:58:22 CDT
>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
This archive was generated by hypermail 2b25 : Sat May 26 2001 - 03:51:01 CDT