mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 18:40:49 -04:00
fixed notifications in posted
This commit is contained in:
parent
62c5cda7f0
commit
41a81fa5d1
3 changed files with 30 additions and 7 deletions
|
@ -44,13 +44,6 @@ class p3Posted: public p3PostBase, public RsPosted
|
|||
p3Posted(RsGeneralDataService* gds, RsNetworkExchangeService* nes, RsGixs* gixs);
|
||||
virtual RsServiceInfo getServiceInfo();
|
||||
|
||||
protected:
|
||||
|
||||
virtual void notifyChanges(std::vector<RsGxsNotify*>& changes)
|
||||
{
|
||||
return p3PostBase::notifyChanges(changes);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
// Posted Specific DataTypes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue