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 
30 class ContextPlugin : public Plugin
31 {
32 public:
33  static int getSessionId();
34 
35 private:
36  void Register(class Loader& l);
37  void Init(class Loader& l);
38  QStringList Dependencies();
39 
40  static int sessionId;
41 };
42 
43 #endif
static int getSessionId()