widgets/widgetapp/inc/WidgetUiObserver.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    18 
    18 
    19 #ifndef WIDGETUIOBSERVER_H_
    19 #ifndef WIDGETUIOBSERVER_H_
    20 #define WIDGETUIOBSERVER_H_
    20 #define WIDGETUIOBSERVER_H_
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <brctllayoutobserver.h>
    23 #include <BrCtlLayoutObserver.h>
    24 #include <brctlsoftkeysobserver.h>
    24 #include <BrCtlSoftkeysObserver.h>
    25 #include <brctlspecialloadobserver.h>
    25 #include <BrCtlSpecialLoadObserver.h>
    26 #include <brctldownloadobserver.h>
    26 #include <BrCtlDownloadObserver.h>
    27 #include <brctlwindowobserver.h>
    27 #include <BrCtlWindowObserver.h>
    28 #include <brctlinterface.h>
    28 #include <BrCtlInterface.h>
    29 #include <DocumentHandler.h>
    29 #include <DocumentHandler.h>
    30 #include <flogger.h>
    30 #include <flogger.h>
    31 
    31 
    32 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    33 class CActiveApDb;
    33 class CActiveApDb;
   285         /**
   285         /**
   286         * RecognizeLC
   286         * RecognizeLC
   287         * Rcognize the mime type.
   287         * Rcognize the mime type.
   288         * @since 3.1
   288         * @since 3.1
   289         * @param aFileName
   289         * @param aFileName
       
   290         * @param aData
   290         * @return HBufC*
   291         * @return HBufC*
   291         */
   292         */
   292         HBufC* RecognizeLC( const TDesC& aFileName );
   293         HBufC* RecognizeLC( const TDesC& aFileName, const TDesC8& aData );
   293 
   294 
   294         /**
   295         /**
   295         * TranslateURLToFilenameL
   296         * TranslateURLToFilenameL
   296         * Translate the file name from a URL to a valid file name in the system..
   297         * Translate the file name from a URL to a valid file name in the system..
   297         * @since 3.1
   298         * @since 3.1