2 #ifndef RESIDENTSUBSCRIPTION_H
3 #define RESIDENTSUBSCRIPTION_H
8 #include "platform_global.h"
9 #include "publication.h"
10 #include "memoryheap.h"
11 #include "subscription.h"
12 #include "globalsubscription.h"
The GlobalSubscription class creates a global subscription this node become the owner of.
Definition: globalsubscription.h:19
virtual void PeerConnect()
called is peer connect
Definition: globalsubscription.cpp:32
The ResidentSubscription class This is used by remote executables and makes up for the fact we do not...
Definition: residentsubscription.h:24
virtual bool isResident()
returns true if resident subscription
Definition: residentsubscription.h:32