class Poco::Net::ShutdownNotification
Overview
This notification is sent when the SocketReactor is about to shut down. Moreā¦
#include <SocketNotification.h> class ShutdownNotification: public Poco::Net::SocketNotification { public: // construction ShutdownNotification(SocketReactor* pReactor); };
Inherited Members
public: // typedefs typedef AutoPtr<Notification> Ptr; // methods void duplicate() const; void release() const; int referenceCount() const; virtual std::string name() const; SocketReactor& source() const; Socket socket() const;
Detailed Documentation
This notification is sent when the SocketReactor is about to shut down.
Construction
ShutdownNotification(SocketReactor* pReactor)
Creates the ShutdownNotification for the given SocketReactor.