Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Socket / Protocols / UN / UNAddressing.hh
index eccb8d3..81ba11e 100644 (file)
@@ -31,8 +31,8 @@
 #include <string>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include "../BSDAddressingPolicy.hh"
-#include "../BSDSocketAddress.hh"
+#include <senf/Socket/Protocols/BSDAddressingPolicy.hh>
+#include <senf/Socket/Protocols/BSDSocketAddress.hh>
 
 //#include "UNAddressing.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -42,8 +42,8 @@ namespace senf {
     /** \brief Unix domain socket address
 
         UNSocketAddress wraps the standard sockaddr_un datatype. It provides simple accessor methods
-        to access the path. 
-        
+        to access the path.
+
         \implementation This implementation is based on sockaddr_un.
 
         \ingroup addr_group
@@ -53,8 +53,8 @@ namespace senf {
     {
     public:
         static short const addressFamily = AF_UNIX;
-        
-        UNSocketAddress(); 
+
+        UNSocketAddress();
 
         explicit UNSocketAddress(std::string const & path);
                                         ///< Construct an address constant from given path