contentstorage/casrv/carunningappmonitor/src/carunningappmonitor.cpp
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
   212     Subscribe();//new subscribtion has to be called after picking event
   212     Subscribe();//new subscribtion has to be called after picking event
   213     if( EEventWindowGroupListChanged == event.Type() )
   213     if( EEventWindowGroupListChanged == event.Type() )
   214         {
   214         {
   215         UpdateRunningAppStorageL();
   215         UpdateRunningAppStorageL();
   216         }
   216         }
   217     //TODO should we handle any event that will cancel observation?
       
   218     }
   217     }
   219 
   218 
   220 // -----------------------------------------------------------------------------
   219 // -----------------------------------------------------------------------------
   221 // RunError
   220 // RunError
   222 // -----------------------------------------------------------------------------
   221 // -----------------------------------------------------------------------------