X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetAddressing.hh;h=db2be656d0eefdc633043a84c7c4f682668c4173;hb=bf0359f0d094233072c9640abeb72464a0719305;hp=de661cbd193d2699549cbfebcc09966821155603;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Socket/INetAddressing.hh b/Socket/INetAddressing.hh index de661cb..db2be65 100644 --- a/Socket/INetAddressing.hh +++ b/Socket/INetAddressing.hh @@ -59,9 +59,7 @@ namespace senf { INet4Address(); INet4Address(char const * address); ///< Set address and port /**< See INet4Address(std::string) - \throws InvalidINetAddressException - \fixme Why do I need this version? Shouldn't the - std::string version be enough ? */ + \throws InvalidINetAddressException */ INet4Address(std::string address); ///< Set address and port /**< This constructor expects a string of the form 'xxx.xxx.xxx.xxx:pppp'. The constructor will use this