skins/AknSkins/srvinc/AknsSrv.h
branchRCL_3
changeset 106 e4e3998ddda2
parent 54 08459e712984
child 107 9f95a5546443
--- a/skins/AknSkins/srvinc/AknsSrv.h	Thu Aug 19 10:53:51 2010 +0300
+++ b/skins/AknSkins/srvinc/AknsSrv.h	Tue Aug 31 16:13:36 2010 +0300
@@ -200,17 +200,17 @@
 
     public: // From MAknsSrvSettingObserver
 
-        void NotifyBackupOperationEndL();
+        void NotifyBackupOperationEnd();
         void NotifyLayoutChange(TBool aClearScalable);
         void NofifySkinChange();
         void NotifyIdleBackgroundChange();
         void NotifyDRMChange();
         void NotifyDRMChangeL();
         void NotifyUSBAttach();
-        void NotifyUSBRemovalL();
+        void NotifyUSBRemoval();
         void NotifySlideSetTimeoutChange();
         void NotifySlideSetTypeChange();
-        void NotifyWallpaperTypeChangeL();
+        void NotifyWallpaperTypeChange();
         // Notify screensaver state change.
         void NotifyScreenSaverChange();
 
@@ -224,7 +224,7 @@
     public:
         void MorhphingEventTimeout();
         void NewSkinPackagesInstalled();
-        void WallpaperLostL();
+        void WallpaperLost();
         // 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 FreeDecodedWallpaperL( const RMessage2 aMessage );
+        void FreeDecodedWallpaper( const RMessage2 aMessage );
         void CacheWallpaperImageL( const RMessage2 aMessage);
 
         /**
@@ -438,7 +438,7 @@
         /**
         * Reactive backup skin.
         */
-        void RestoreOldSkinL();
+        void RestoreOldSkin();
 
         /**
         * Check if the slideset wallpaper can change.
@@ -589,8 +589,6 @@
         
         TBool iSetSlideSet;
         
-        TBool iAnimBgToBeRestored;
-        
     };