00001 #include "Factory.h" 00002 double BFactory::fgTotal=0; 00003 BFactory::BFactory(const string& name): Named(name) 00004 { 00005 fCurCount=0; fMaxCount = 1000000;fUseCount=0;fFastDel=0; 00006 fInstCount=0;fFreeCount=0; 00007 }