libHSPlasma
Public Member Functions | Protected Attributes | List of all members
pnSocketInterface Class Reference

#include <pnSocketInterface.h>

Inheritance diagram for pnSocketInterface:
pnPolledSocket pnThreadedSocket

Public Member Functions

 pnSocketInterface (pnDispatcher *dispatch, pnSocket *sock)
virtual ~pnSocketInterface ()
virtual void run ()=0

Protected Attributes

pnDispatcherfDispatch
pnSocketfSock

Constructor & Destructor Documentation

pnSocketInterface::pnSocketInterface ( pnDispatcher dispatch,
pnSocket sock 
)
virtual pnSocketInterface::~pnSocketInterface ( )
virtual

Member Function Documentation

virtual void pnSocketInterface::run ( )
pure virtual

Implemented in pnPolledSocket, and pnThreadedSocket.

Member Data Documentation

pnDispatcher* pnSocketInterface::fDispatch
protected
pnSocket* pnSocketInterface::fSock
protected

The documentation for this class was generated from the following file: