mtpdataproviders/mtpimagedp/src/cmtpimagedp.cpp
changeset 33 883e91c086aa
parent 28 85e0c0339cc3
child 38 48c22c726cf9
equal deleted inserted replaced
28:85e0c0339cc3 33:883e91c086aa
   584         }
   584         }
   585     
   585     
   586     /**
   586     /**
   587      * We clear property manager cache when receiving session close notification from framework every times
   587      * We clear property manager cache when receiving session close notification from framework every times
   588      */
   588      */
   589     iPropertyMgr->ClearCacheL();
   589     iPropertyMgr->ClearAllCache();
   590     
   590     
   591     __FLOG(_L8("<< SessionClosedL"));
   591     __FLOG(_L8("<< SessionClosedL"));
   592     }
   592     }
   593 
   593 
   594 /**
   594 /**