#include <mw/cwrt/serviceplugininterface.h>
class IServicePlugin |
Public Member Functions | |
---|---|
pure virtual IServiceBase * | getServiceBase(bool, WRT::SecSession *) |
Interface class for service provider plugins
IServiceBase * | getServiceBase | ( | bool | refCounted, |
WRT::SecSession * | secSession | |||
) | [pure virtual] |
Return IServiceBase pointer to service object which provide the service to clients of service framework. e.g browser plugin/java script, webkit or Qt application.
Parameters | |
---|---|
refCounted | true interface is reference counted |
secSession | Security Manager session - not owned |