sensorfw
contextplugin.h
Go to the documentation of this file.
1
25#ifndef CONTEXTPLUGIN_H
26#define CONTEXTPLUGIN_H
27
28#include "plugin.h"
29
30class ContextPlugin : public Plugin
31{
32 Q_OBJECT
33 Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
34public:
35 static int getSessionId();
36
37private:
38 void Register(class Loader& l);
39 void Init(class Loader& l);
40 QStringList Dependencies();
41
42 static int sessionId;
43};
44
45#endif
static int getSessionId()