24 RFModuleFactory::RFModuleFactory() :
 
   38     GetInstance().mPriv->delegates[name] = 
module;
 
   41 RFModule* RFModuleFactory::GetModule(
const string& name)
 
   43     if (mPriv->delegates.find(name) != mPriv->delegates.end()) {
 
   44         return mPriv->delegates[name]();