X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCommons%2FWrtAccess%2FWrtAccess.h;h=574324fc813de7e372914ee73028b7754457ca97;hb=078de8647f9c6321fd32e7c3b7594466eb6d65f8;hp=0c2137414df70c622e723ee45ec06bca4070a19c;hpb=da854ef348cf918993a95adeeffa616db2dca6f7;p=framework%2Fweb%2Fwrt-plugins-common.git diff --git a/src/Commons/WrtAccess/WrtAccess.h b/src/Commons/WrtAccess/WrtAccess.h index 0c21374..574324f 100644 --- a/src/Commons/WrtAccess/WrtAccess.h +++ b/src/Commons/WrtAccess/WrtAccess.h @@ -22,6 +22,8 @@ #ifndef WRT_PLUGINS_WRT_ACCESS_H_ #define WRT_PLUGINS_WRT_ACCESS_H_ +#include + #include #include @@ -37,11 +39,16 @@ public: bool checkAccessControl(const AceFunction &aceFunction) const; private: + + typedef std::string SessionId; + SessionId GenerateSessionId(); + WrtAccess(); virtual ~WrtAccess(); bool m_initialized; int m_widgetId; + SessionId m_sessionId; friend class DPL::Singleton; };