X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FConnectedUNDatagramSocketHandle.hh;h=957d1b865bc4a0b496fc2527a24f31b7960f05a6;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=86bc0e77c5bae3cc4a27ac13a2af65af7c79596a;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh b/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh index 86bc0e7..957d1b8 100644 --- a/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh +++ b/senf/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh @@ -72,7 +72,7 @@ namespace senf { class ConnectedUNDatagramSocketProtocol : public ConcreteSocketProtocol, - public UNSocketProtocol, + public UNSocketProtocol, public BSDSocketProtocol, public AddressableBSDSocketProtocol { @@ -87,7 +87,7 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - void init_client(UNSocketAddress const & address) const; + void init_client(UNSocketAddress const & address) const; ///< Create client socket and connect /**< Creates a new client socket and connects to the given address. @@ -95,7 +95,7 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - + ///@} };