24 #ifndef CPN_KERNELBASE_H
25 #define CPN_KERNELBASE_H
45 virtual void RemoteCreateNode(
NodeAttr attr);
46 virtual void NotifyTerminate();
47 virtual bool IsTerminated() = 0;
48 virtual void CheckTerminated() = 0;
49 virtual shared_ptr<Context> GetContext()
const = 0;
50 virtual bool UseD4R() = 0;
51 virtual bool GrowQueueMaxThreshold() = 0;
52 virtual bool SwallowBrokenQueueExceptions() = 0;
53 virtual unsigned CalculateGrowSize(
unsigned currentsize,
unsigned request) = 0;
Definition of the queue attributes.
Definition for node attributes.
This is a simplified internal representation of the queue attributes needed to create a queue...