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