]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/windows/unix.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / windows / unix.cpp
index 052710e8363eaa932962c82ab7ee22269aeebbb0..b38a258b24421f208f42e7366d1552bd401e204c 100644 (file)
@@ -1,15 +1,14 @@
-#include <msp/core/except.h>
 #include "platform_api.h"
-#include "sockaddr_private.h"
 #include "unix.h"
+#include <msp/core/except.h>
+#include "sockaddr_private.h"
 
 using namespace std;
 
 namespace Msp {
 namespace Net {
 
-UnixAddr::UnixAddr(const SysAddr &):
-       abstract(false)
+UnixAddr::UnixAddr(const SysAddr &)
 {
        throw unsupported("AF_UNIX");
 }