skins/AknSkins/srvinc/AknsSrv.h
branchRCL_3
changeset 54 08459e712984
parent 0 05e9090e2422
child 106 e4e3998ddda2
--- a/skins/AknSkins/srvinc/AknsSrv.h	Wed Apr 14 17:02:13 2010 +0300
+++ b/skins/AknSkins/srvinc/AknsSrv.h	Tue Apr 27 17:41:10 2010 +0300
@@ -200,17 +200,17 @@
 
     public: // From MAknsSrvSettingObserver
 
-        void NotifyBackupOperationEnd();
+        void NotifyBackupOperationEndL();
         void NotifyLayoutChange(TBool aClearScalable);
         void NofifySkinChange();
         void NotifyIdleBackgroundChange();
         void NotifyDRMChange();
         void NotifyDRMChangeL();
         void NotifyUSBAttach();
-        void NotifyUSBRemoval();
+        void NotifyUSBRemovalL();
         void NotifySlideSetTimeoutChange();
         void NotifySlideSetTypeChange();
-        void NotifyWallpaperTypeChange();
+        void NotifyWallpaperTypeChangeL();
         // Notify screensaver state change.
         void NotifyScreenSaverChange();
 
@@ -224,7 +224,7 @@
     public:
         void MorhphingEventTimeout();
         void NewSkinPackagesInstalled();
-        void WallpaperLost();
+        void WallpaperLostL();
         // Observer interface - slide set ini-file has been changed.
         void SlideSetModifiedL();
     public: // New functions
@@ -330,7 +330,7 @@
         void EnumeratePackagesL( const RMessage2 aMessage );
         void ReceivePackages( const RMessage2 aMessage );
         void DecodeWallpaperImageL( const RMessage2 aMessage);
-        void FreeDecodedWallpaper( const RMessage2 aMessage );
+        void FreeDecodedWallpaperL( const RMessage2 aMessage );
         void CacheWallpaperImageL( const RMessage2 aMessage);
 
         /**
@@ -438,7 +438,7 @@
         /**
         * Reactive backup skin.
         */
-        void RestoreOldSkin();
+        void RestoreOldSkinL();
 
         /**
         * Check if the slideset wallpaper can change.
@@ -589,6 +589,8 @@
         
         TBool iSetSlideSet;
         
+        TBool iAnimBgToBeRestored;
+        
     };