Library: Foundation
Package: Events
Header: Poco/AbstractEvent.h
NotifyAsyncParams(
const void * pSend,
const TArgs & a
);
Default constructor reduces the need for TArgs to have an empty constructor, only copy constructor is needed.
TArgs args;
bool enabled;
const void * pSender;
SharedPtr < TStrategy > ptrStrat;