equal
deleted
inserted
replaced
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 |
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 |
316 HBufC* iSoftkeyExitStr; |
317 HBufC* iSoftkeyExitStr; |
317 HBufC* iLeftSoftkeyStr; |
318 HBufC* iLeftSoftkeyStr; |
318 //Active Object to collect bitmap |
319 //Active Object to collect bitmap |
319 CIdle* iCollectBitmapTimer; |
320 CIdle* iCollectBitmapTimer; |
320 RFs iFs; |
321 RFs iFs; |
321 RFile iFile; |
|
322 }; |
322 }; |
323 |
323 |
324 #endif // WIDGEUIOBSERVER_H |
324 #endif // WIDGEUIOBSERVER_H |
325 |
325 |
326 // End of File |
326 // End of File |