X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffreenet%2Fidentityxml.h;h=d270a35f4252ff32ed009d590d6f8e8e37d60f1e;hb=cd97061e86eeecf5b77dea35f0549e73a50eb200;hp=cc37c769a316956272a6664008ed127b24ec5195;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/include/freenet/identityxml.h b/include/freenet/identityxml.h index cc37c76..d270a35 100644 --- a/include/freenet/identityxml.h +++ b/include/freenet/identityxml.h @@ -24,6 +24,9 @@ public: const bool GetSingleUse() { return m_singleuse; } void SetSingleUse(const bool singleuse) { m_singleuse=singleuse; } + const int GetFreesiteEdition() { return m_freesiteedition; } + void SetFreesiteEdition(const int edition) { m_freesiteedition=edition; } + private: void Initialize(); @@ -31,6 +34,7 @@ private: bool m_publishtrustlist; bool m_publishboardlist; bool m_singleuse; + int m_freesiteedition; };