equal
deleted
inserted
replaced
24 |
24 |
25 QTM_USE_NAMESPACE |
25 QTM_USE_NAMESPACE |
26 |
26 |
27 class CaTappHandlerPlugin: public QObject, public QServicePluginInterface |
27 class CaTappHandlerPlugin: public QObject, public QServicePluginInterface |
28 { |
28 { |
29 Q_OBJECT |
29 Q_OBJECT |
30 Q_INTERFACES(QtMobility::QServicePluginInterface) |
30 Q_INTERFACES(QtMobility::QServicePluginInterface) |
31 |
31 |
32 public: |
32 public: |
33 QObject *createInstance(const QServiceInterfaceDescriptor &descriptor, |
33 QObject *createInstance(const QServiceInterfaceDescriptor &descriptor, |
34 QServiceContext *context, QAbstractSecuritySession *session); |
34 QServiceContext *context, QAbstractSecuritySession *session); |
35 }; |
35 }; |