equal
deleted
inserted
replaced
26 #include <aknnotewrappers.h> // For displaying note |
26 #include <aknnotewrappers.h> // For displaying note |
27 #include <drmhelper.h> |
27 #include <drmhelper.h> |
28 #include <DRMCommon.h> |
28 #include <DRMCommon.h> |
29 #include <CEcomBrowserPluginInterface.h> |
29 #include <CEcomBrowserPluginInterface.h> |
30 #include "BavpNPObject.h" |
30 #include "BavpNPObject.h" |
|
31 #include <rt_gesturehelper.h> |
31 |
32 |
32 // FORWARD DECLARATIONS |
33 // FORWARD DECLARATIONS |
33 class CBavpView; |
34 class CBavpView; |
34 class CBavpController; |
35 class CBavpController; |
35 |
36 |
213 * @return void |
214 * @return void |
214 */ |
215 */ |
215 void SetMimeType(NPMIMEType type); |
216 void SetMimeType(NPMIMEType type); |
216 |
217 |
217 NPP getNPP() {return iNPP;} |
218 NPP getNPP() {return iNPP;} |
|
219 |
|
220 NPNetscapeFuncs* getNPNFuncs(); |
|
221 |
|
222 TBool HandleGesture(void* aEvent); |
218 private: |
223 private: |
219 |
224 |
220 /** |
225 /** |
221 * C++ default constructor. |
226 * C++ default constructor. |
222 */ |
227 */ |