Added helper function to GXS services to access token management and data store

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5680 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-10-15 18:52:47 +00:00
parent 1ec5c7fe69
commit 57407fb8ae
8 changed files with 164 additions and 68 deletions

View file

@ -105,6 +105,11 @@ bool p3PhotoServiceV2::updated()
return changed;
}
void p3PhotoServiceV2::service_tick()
{
}
void p3PhotoServiceV2::groupsChanged(std::list<RsGxsGroupId>& grpIds)

View file

@ -43,6 +43,11 @@ public:
*/
bool updated();
/*!
*
*/
void service_tick();
protected:
void notifyChanges(std::vector<RsGxsNotify*>& changes);