#include <senf/Socket/Protocols/DVB/DVBDemuxHandles.hh>
Definition at line 64 of file DVBDemuxHandles.hh.
Public Member Functions |
|
DVBSocketProtocol () | |
~DVBSocketProtocol () | |
void | addWrapper (boost::shared_ptr< DVBProtocolWrapper > wrap) |
virtual void | close () |
Close socket. |
senf::DVBSocketProtocol:: | ||||
DVBSocketProtocol | () | |||
Definition at line 68 of file DVBDemuxHandles.hh.
senf::DVBSocketProtocol:: | ||||
~DVBSocketProtocol | () | |||
Definition at line 69 of file DVBDemuxHandles.hh.
void senf::DVBSocketProtocol:: | ||||
addWrapper | ( | boost::shared_ptr< DVBProtocolWrapper > | wrap | ) |
wrap | Binds a wrapper to a DVBProtocol, so if it is closed the functionality of the wrapper is automatically removed from console. |
Definition at line 71 of file DVBDemuxHandles.hh.
virtual void senf::DVBSocketProtocol:: | ||||
close | () | |||
Close socket.
This override will automatically shutdown()
the socket whenever it is closed.
senf::SystemException |
Reimplemented from senf::SocketProtocol.
Definition at line 76 of file DVBDemuxHandles.hh.