idlefw/plugins/devicestatus/src/aimulticontentobserver.cpp
branchRCL_3
changeset 18 bd874ee5e5e2
parent 9 d0529222e3f0
equal deleted inserted replaced
9:d0529222e3f0 18:bd874ee5e5e2
   238            MAiContentObserver::TValueType /*aValueType*/)
   238            MAiContentObserver::TValueType /*aValueType*/)
   239     {
   239     {
   240     return KErrNotSupported;
   240     return KErrNotSupported;
   241     }
   241     }
   242 
   242 
       
   243 void CAiMultiContentObserver::ClearBlackList()
       
   244     {
       
   245     const TInt count = iObserverOptimizers.Count();
       
   246     for ( TInt i = 0; i < count; ++i )
       
   247         {
       
   248         iObserverOptimizers[i]->ClearBlackList(); 
       
   249         }
       
   250     }
       
   251 
   243 CAiMultiContentObserver::CAiMultiContentObserver()
   252 CAiMultiContentObserver::CAiMultiContentObserver()
   244     {
   253     {
   245     }
   254     }
   246 
   255 
       
   256 // End of file