mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
Expose tokenservice methods trough GxsIfaceHelper
This commit is contained in:
parent
2f4b9b3e20
commit
d731b665db
17 changed files with 148 additions and 114 deletions
|
@ -40,13 +40,12 @@ RsPosted *rsPosted = NULL;
|
|||
/******************* Startup / Tick ******************************************/
|
||||
/********************************************************************************/
|
||||
|
||||
p3Posted::p3Posted(RsGeneralDataService *gds, RsNetworkExchangeService *nes, RsGixs* gixs)
|
||||
:p3PostBase(gds, nes, gixs, new RsGxsPostedSerialiser(), RS_SERVICE_GXS_TYPE_POSTED),
|
||||
RsPosted(this)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
p3Posted::p3Posted(
|
||||
RsGeneralDataService *gds, RsNetworkExchangeService *nes,
|
||||
RsGixs* gixs ) :
|
||||
p3PostBase( gds, nes, gixs, new RsGxsPostedSerialiser(),
|
||||
RS_SERVICE_GXS_TYPE_POSTED ),
|
||||
RsPosted(static_cast<RsGxsIface&>(*this)) {}
|
||||
|
||||
const std::string GXS_POSTED_APP_NAME = "gxsposted";
|
||||
const uint16_t GXS_POSTED_APP_MAJOR_VERSION = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue