X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FAddressExceptions.hh;h=fb9e5569cbdbec5bcf6103c96fbd8a6b9c94d3c1;hb=4d345995adff65ddb6e8aca34ef5eb30ce0fe934;hp=9184fd4e0a78e639f17c2bc9aaf1fdad1d51d25e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/AddressExceptions.hh b/senf/Socket/Protocols/AddressExceptions.hh index 9184fd4..fb9e556 100644 --- a/senf/Socket/Protocols/AddressExceptions.hh +++ b/senf/Socket/Protocols/AddressExceptions.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -27,7 +27,7 @@ #define HH_SENF_Socket_Protocols_AddressExceptions_ 1 // Custom includes -#include "../../Utils/Exception.hh" +#include //#include "AddressExceptions.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -52,13 +52,13 @@ namespace senf { /** \brief Resolver failure */ struct UnknownHostnameException : public AddressException - { - UnknownHostnameException() : AddressException("failed to resolve hostname") {} + { + UnknownHostnameException() : AddressException("failed to resolve hostname") {} UnknownHostnameException(const std::string &hostname) : AddressException("Failed to resolve hostname (\"" + hostname + "\")") {} }; -} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "AddressExceptions.cci"