commsfwsupport/commselements/factories/src/factory.cpp
branchRCL_3
changeset 24 00c6709d25aa
parent 0 dfb7c4ff071f
child 25 9d7ce34704c8
equal deleted inserted replaced
23:cbb19216b74d 24:00c6709d25aa
   430     		}
   430     		}
   431 		}
   431 		}
   432 	return obj;
   432 	return obj;
   433 	}
   433 	}
   434 
   434 
       
   435 EXPORT_C void CFactoryBase::InterfaceStateChange(const TDesC8& aInfo)
       
   436     {
       
   437     for (TInt i = iFactoryNotify.Count() - 1; i >= 0; --i)
       
   438         {
       
   439         iFactoryNotify[i].InterfaceStateChange(aInfo);
       
   440         }
       
   441     }
       
   442 
   435 EXPORT_C AFactoryObject::AFactoryObject(CFactoryBase& aFactory)
   443 EXPORT_C AFactoryObject::AFactoryObject(CFactoryBase& aFactory)
   436 :	iFactory(aFactory)
   444 :	iFactory(aFactory)
   437 	{
   445 	{
   438 	}
   446 	}
   439 
   447