From: g0dil Date: Sat, 8 Sep 2007 09:36:46 +0000 (+0000) Subject: Socket/Protocols/Raw: Re-added accidentaly deleted 'clear()' member X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=04f43d565123141b6fd6f22a0909d00cf1d20f1a;p=senf.git Socket/Protocols/Raw: Re-added accidentaly deleted 'clear()' member git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@433 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/Protocols/Raw/LLAddressing.hh b/Socket/Protocols/Raw/LLAddressing.hh index dd52164..d925657 100644 --- a/Socket/Protocols/Raw/LLAddressing.hh +++ b/Socket/Protocols/Raw/LLAddressing.hh @@ -98,6 +98,7 @@ namespace senf { ///@} /////////////////////////////////////////////////////////////////////////// + void clear(); ///< Clear the address unsigned protocol() const; ///< Return address protocol (ethertype) std::string interface() const; ///< Return interface name