X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetAddressing.hh;h=a9f172c70563a4675252ba69b9a7a1cdeb82964e;hb=5fa6100931098291a976040efbedd094ce6bd89b;hp=de661cbd193d2699549cbfebcc09966821155603;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Socket/INetAddressing.hh b/Socket/INetAddressing.hh index de661cb..a9f172c 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 @@ -348,4 +346,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: