--- a/widgets/widgetapp/inc/WidgetUiObserver.h Tue Aug 31 16:17:46 2010 +0300
+++ b/widgets/widgetapp/inc/WidgetUiObserver.h Wed Sep 01 12:28:30 2010 +0100
@@ -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,10 +287,9 @@
* Rcognize the mime type.
* @since 3.1
* @param aFileName
- * @param aData
* @return HBufC*
*/
- HBufC* RecognizeLC( const TDesC& aFileName, const TDesC8& aData );
+ HBufC* RecognizeLC( const TDesC& aFileName );
/**
* TranslateURLToFilenameL
@@ -319,6 +318,7 @@
//Active Object to collect bitmap
CIdle* iCollectBitmapTimer;
RFs iFs;
+ RFile iFile;
};
#endif // WIDGEUIOBSERVER_H