#include <mw/cwrt/service.h>
class ServiceAggregate |
Public Member Functions | |
---|---|
ServiceAggregate(IServiceBase *) | |
virtual | ~ServiceAggregate() |
void | addRef() |
void | getInterface(const ServiceInterfaceInfo &, void **) |
QObject * | getServiceObject() |
void | release() |
The class for aggregate service object or inner object, reference count is not used
ServiceAggregate | ( | IServiceBase * | parent | ) | [inline] |
~ServiceAggregate | ( | ) | [inline, virtual] |
void | addRef | ( | ) | [inline] |
void | getInterface | ( | const ServiceInterfaceInfo & | aInterfaceInfo, |
void ** | aInterface | |||
) | [inline] |
Begin IServiceBase implementation.