From: g0dil Date: Thu, 14 Feb 2008 07:51:44 +0000 (+0000) Subject: Socket/Protocols/INet: Commit forgotten file X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=8b75c3b989001509c08a8de370dacaebbf886b5b;p=senf.git Socket/Protocols/INet: Commit forgotten file git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@695 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/Protocols/INet/MulticastSocketProtocol.hh b/Socket/Protocols/INet/MulticastSocketProtocol.hh index 1f24836..15ef04f 100644 --- a/Socket/Protocols/INet/MulticastSocketProtocol.hh +++ b/Socket/Protocols/INet/MulticastSocketProtocol.hh @@ -45,14 +45,14 @@ namespace senf { : public virtual SocketProtocol { public: - void broadcastEnabled(bool v); ///< Enable broadcast send/receive + void broadcastEnabled(bool v) const; ///< Enable broadcast send/receive /**< If this option is enabled, broadcast UDP messages will be received on the socket and the socket will be allowed to send out broadcast UDP messages \param[in] v \c true to enable broadcast send/receive, \c false to disable */ - bool broadcastEnabled(); ///< Get broadcast send/receive state + bool broadcastEnabled() const; ///< Get broadcast send/receive state /**< \returns Current state of the broadcastEnabled() option. */