X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.hh;h=77cd781384169a5ce06fe73ebe3522e49f370aa4;hb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;hp=808b3c1ba9835a028f81e9a8e0344209b3f79a58;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Socket/SocketHandle.hh b/Socket/SocketHandle.hh index 808b3c1..77cd781 100644 --- a/Socket/SocketHandle.hh +++ b/Socket/SocketHandle.hh @@ -1,9 +1,9 @@ // $Id:SocketHandle.hh 218 2007-03-20 14:39:32Z tho $ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -126,8 +126,8 @@ namespace senf { \param map string to string mapping to be filled with state information - \param lod level of detail requested. The interpretation - of this value is protocol specific + \param lod level of detail requested. The + interpretation of this value is protocol specific \implementation This member will be re-implemented in every derived class. This is very important since @@ -139,9 +139,9 @@ namespace senf { /**< Formats the complete state map value and returns it as a single multi-line string. - param lod level of detail requested. The interpretation - of this value is protocol specific - + \param lod level of detail requested. The + interpretation of this value is protocol specific + \implementation This member will be re-implemented in every derived class. See the state() documentation. */ @@ -169,8 +169,7 @@ namespace senf { \param isChecked has to be \c true \todo Answer, why the heck I need the \c isChecked - parameter ?? - */ + parameter ?? */ SocketBody & body(); ///< Access socket body /**< This member replaces the corresponding FileHandle