browserplugins/browseraudiovideoplugin/inc/BavpPlugin.h
changeset 5 e45c3f40ea5f
parent 0 84ad3b177aa3
child 24 868cceedabd3
equal deleted inserted replaced
1:57d5b8e231c4 5:e45c3f40ea5f
    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         */