Poco::Net

class ShutdownNotification

Library: Net
Package: Reactor
Header: Poco/Net/SocketNotification.h

Description

This notification is sent when the SocketReactor is about to shut down.

Inheritance

Direct Base Classes: SocketNotification

All Base Classes: SocketNotification, Poco::Notification, Poco::RefCountedObject

Member Summary

Inherited Functions: duplicate, name, referenceCount, release, setSocket, socket, source

Constructors

ShutdownNotification

ShutdownNotification(
    SocketReactor * pReactor
);

Creates the ShutdownNotification for the given SocketReactor.

Destructor

~ShutdownNotification virtual

~ShutdownNotification();

Destroys the ShutdownNotification.