equal
deleted
inserted
replaced
20 #define BAVPPLUGIN_H |
20 #define BAVPPLUGIN_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32std.h> |
23 #include <e32std.h> |
24 #include <npupp.h> |
24 #include <npupp.h> |
25 #include <PluginAdapterInterface.h> // For base class MPluginNotifier |
25 #include <pluginadapterinterface.h> // For base class MPluginNotifier |
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 #include <rt_gesturehelper.h> |
32 |
32 |
33 // FORWARD DECLARATIONS |
33 // FORWARD DECLARATIONS |
34 class CBavpView; |
34 class CBavpView; |