widgets/widgetapp/inc/WidgetUiWindow.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/widgets/widgetapp/inc/WidgetUiWindow.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/widgets/widgetapp/inc/WidgetUiWindow.h	Fri Mar 19 09:52:28 2010 +0200
@@ -21,8 +21,8 @@
 
 // INCLUDES FILES
 #include <e32base.h>
-#include <brctldefs.h>
-#include <brctlinterface.h> // for MWidgetCallback
+#include <BrCtlDefs.h>
+#include <BrCtlInterface.h> // for MWidgetCallback
 #include <AknServerApp.h>
 #include <coecntrl.h>
 #include "WidgetUiObserver.h"
@@ -500,20 +500,7 @@
          * @return CActiveSchedulerWait*
          */
         CActiveSchedulerWait* NetworkModeWait() { return iNetworkModeWait; }
-        
-        /**
-         * NeedToNotifyNetworkState
-         * Notifies to Widget about network state
-         * @since 7.1
-		 * @param aNetworkState the online/offline state needs to be notified to widget or not
-         * @return none
-         */
-        void NeedToNotifyNetworkState(TBool aNetworkState);
-        
-        TBool CanBeDeleted();
-        
-        static TInt DeleteItself(TAny* aPtr);
-        
+
         
     protected:
 
@@ -607,18 +594,12 @@
         //Download transaction ID
         long                            iDlId;  
 		TInt                            iClickCount;
-        CFbsBitmap                      iMiniviewBitmap1;
-        CFbsBitmap                      iMiniviewBitmap2;
-        CFbsBitmap*                     iActiveMiniviewBitmap;
-        
+        CFbsBitmap*                     iMiniviewBitmap ;
         TTime                           iOOMWidgetStartTime; 
         TBool                           iWidgetLoadStarted; // Set to true when widget load starts
         CJpgSaver*                       iJpgSaver; 
         CActiveSchedulerWait*           iNetworkModeWait;
-        TBool                           iNeedToNotifyNetworkState;        
-        TBool                           iConnecting;                            
-        TBool                           iDeleteItself;
-        CAsyncCallBack*                 iAsyncCallBack;                                    
+                            
    };
 
 #endif  //