X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNDatagramSocketHandle.hh;fp=senf%2FSocket%2FProtocols%2FUN%2FUNDatagramSocketHandle.hh;h=206cccf0470327636971f8b1d28045889a26f64a;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=f1c1f49fc04c06b3630aceaaec0ab8c513f82811;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh b/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh index f1c1f49..206cccf 100644 --- a/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh +++ b/senf/Socket/Protocols/UN/UNDatagramSocketHandle.hh @@ -72,7 +72,7 @@ namespace senf { class UNDatagramSocketProtocol : 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 bind /**< Creates a new client socket and bind to the given address. @@ -95,7 +95,7 @@ namespace senf { /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - + ///@} };