skins/AknSkins/srvsrc/AknsSrvSettings.cpp
branchRCL_3
changeset 5 800e0f20cfe9
parent 0 05e9090e2422
child 10 08459e712984
equal deleted inserted replaced
4:4ab28fdd25ad 5:800e0f20cfe9
  1187         iObserver->NotifyScreenSaverChange();
  1187         iObserver->NotifyScreenSaverChange();
  1188         }
  1188         }
  1189     iDelayedNotification = EFalse;
  1189     iDelayedNotification = EFalse;
  1190     }
  1190     }
  1191 
  1191 
       
  1192 // -----------------------------------------------------------------------------
       
  1193 // Write Wallpaper Type.
       
  1194 // -----------------------------------------------------------------------------
       
  1195 //
       
  1196 void CAknsSrvSettings::WriteWallpaperType(TInt aType)
       
  1197     {
       
  1198     iSkinsRepository->Set( KPslnWallpaperType, aType );
       
  1199     }
       
  1200 
       
  1201 // -----------------------------------------------------------------------------
       
  1202 // Write Wallpaper Path.
       
  1203 // -----------------------------------------------------------------------------
       
  1204 //
       
  1205 void CAknsSrvSettings::WriteWallpaperPath(const TDesC& aPath)
       
  1206     {
       
  1207     iSkinsRepository->Set( KPslnIdleBackgroundImagePath, aPath );
       
  1208     }
       
  1209 
  1192 // End of File
  1210 // End of File