equal
deleted
inserted
replaced
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: Handles object tags in XHTML documents. |
14 * Description: Handles object tags in XHTML documents. |
15 * |
15 * |
16 */ |
16 */ |
17 |
|
18 |
17 |
19 // INCLUDE FILES |
18 // INCLUDE FILES |
20 #include <e32std.h> |
19 #include <e32std.h> |
21 #include <e32def.h> |
20 #include <e32def.h> |
22 #include <webkit.rsg> |
21 #include <webkit.rsg> |
47 #include "ObjectDialog.h" |
46 #include "ObjectDialog.h" |
48 #include "XhtmlObjectElementHandler.h" |
47 #include "XhtmlObjectElementHandler.h" |
49 #include "nwx_http_defs.h" |
48 #include "nwx_http_defs.h" |
50 #include "urlloader_urlresponse.h" |
49 #include "urlloader_urlresponse.h" |
51 |
50 |
52 |
|
53 // ============================ MEMBER FUNCTIONS =============================== |
51 // ============================ MEMBER FUNCTIONS =============================== |
54 |
52 |
55 // ----------------------------------------------------------------------------- |
53 // ----------------------------------------------------------------------------- |
56 // CXHTMLObjectElementHandler::CXHTMLObjectElementHandler |
54 // CXHTMLObjectElementHandler::CXHTMLObjectElementHandler |
57 // |
55 // |