widgets/widgetapp/inc/WidgetUiObserver.h
branchRCL_3
changeset 93 79859ed3eea9
parent 92 e1bea15f9a39
child 94 919f36ff910f
--- a/widgets/widgetapp/inc/WidgetUiObserver.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/widgets/widgetapp/inc/WidgetUiObserver.h	Tue Aug 31 16:17:46 2010 +0300
@@ -20,11 +20,11 @@
 #define WIDGETUIOBSERVER_H_
 
 //  INCLUDES
-#include <brctllayoutobserver.h>
-#include <brctlsoftkeysobserver.h>
-#include <brctlspecialloadobserver.h>
-#include <brctldownloadobserver.h>
-#include <brctlwindowobserver.h>
+#include <BrCtlLayoutObserver.h>
+#include <BrCtlSoftkeysObserver.h>
+#include <BrCtlSpecialLoadObserver.h>
+#include <BrCtlDownloadObserver.h>
+#include <BrCtlWindowObserver.h>
 #include <brctlinterface.h>
 #include <DocumentHandler.h>
 #include <flogger.h>
@@ -287,9 +287,10 @@
         * Rcognize the mime type.
         * @since 3.1
         * @param aFileName
+        * @param aData
         * @return HBufC*
         */
-        HBufC* RecognizeLC( const TDesC& aFileName );
+        HBufC* RecognizeLC( const TDesC& aFileName, const TDesC8& aData );
 
         /**
         * TranslateURLToFilenameL
@@ -318,7 +319,6 @@
         //Active Object to collect bitmap
         CIdle* iCollectBitmapTimer;
         RFs iFs;
-        RFile iFile;
     };
 
 #endif      // WIDGEUIOBSERVER_H