X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FUN%2FUNAddressing.hh;h=837adb79a5fd8c3b8090d481e09c9803cb3cd5c4;hb=74270969b7d3562a3ee3a0a32d3cc4ee476760f0;hp=1116d1b655a0c9946a05c2bb19a3abb07f45c933;hpb=01affde68cb93a334a2e6daabd2010b9a14b4553;p=senf.git diff --git a/Socket/Protocols/UN/UNAddressing.hh b/Socket/Protocols/UN/UNAddressing.hh index 1116d1b..837adb7 100644 --- a/Socket/Protocols/UN/UNAddressing.hh +++ b/Socket/Protocols/UN/UNAddressing.hh @@ -31,7 +31,6 @@ #include #include #include -#include "boost/filesystem/path.hpp" #include "../../../Socket/SocketPolicy.hh" #include "../../../Socket/ClientSocketHandle.hh" #include "../../../Socket/CommunicationPolicy.hh" @@ -57,10 +56,9 @@ namespace senf { public: //UNSocketAddress(); - explicit UNSocketAddress(boost::filesystem::path p); + explicit UNSocketAddress(std::string p); ///< Construct an address constant from given path static UNSocketAddress from_string(std::string const s); ///< Create UNSocketAddress from string - static UNSocketAddress from_path(boost::filesystem::path const p); ///< Create UNSocketAddress from path std::string path() const ; ///< Return path as string struct sockaddr_un sockaddr(); struct sockaddr * sockaddr_p() ;