commsfwsupport/commselements/factories/src/factory.cpp
branchRCL_3
changeset 25 9d7ce34704c8
parent 24 00c6709d25aa
child 26 b564fb5fd78b
equal deleted inserted replaced
24:00c6709d25aa 25:9d7ce34704c8
   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 
       
   443 EXPORT_C AFactoryObject::AFactoryObject(CFactoryBase& aFactory)
   435 EXPORT_C AFactoryObject::AFactoryObject(CFactoryBase& aFactory)
   444 :	iFactory(aFactory)
   436 :	iFactory(aFactory)
   445 	{
   437 	{
   446 	}
   438 	}
   447 
   439