equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef CECOMBROWSERPLUGININTERFACE_H |
18 #ifndef CECOMBROWSERPLUGININTERFACE_H |
19 #define CECOMBROWSERPLUGININTERFACE_H |
19 #define CECOMBROWSERPLUGININTERFACE_H |
20 |
20 |
21 #warning This NP API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information |
|
22 |
|
23 // System includes |
21 // System includes |
24 #include <e32base.h> |
22 #include <e32base.h> |
25 #include <ecom/ecom.h> |
23 #include <ecom/ecom.h> |
26 |
24 |
27 // User includes |
25 // User includes |
28 #include "npupp.h" |
26 #include <npupp.h> |
29 #include "BrowserPluginInterface.h" |
27 #include <browserplugininterface.h> |
30 |
28 |
31 typedef struct |
29 typedef struct |
32 { |
30 { |
33 NPNetscapeFuncs* iNetscapeFuncs; |
31 NPNetscapeFuncs* iNetscapeFuncs; |
34 NPPluginFuncs* iPluginFuncs; |
32 NPPluginFuncs* iPluginFuncs; |