diff options
Diffstat (limited to 'libcult/cult/os/net/ipv4/multicast-socket.cxx')
-rw-r--r-- | libcult/cult/os/net/ipv4/multicast-socket.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libcult/cult/os/net/ipv4/multicast-socket.cxx b/libcult/cult/os/net/ipv4/multicast-socket.cxx deleted file mode 100644 index 1431adc..0000000 --- a/libcult/cult/os/net/ipv4/multicast-socket.cxx +++ /dev/null @@ -1,19 +0,0 @@ -// file : cult/os/net/ipv4/multicast-socket.cxx -// author : Boris Kolpackov <boris@kolpackov.Net> -// copyright : Copyright (c) 2005-2010 Boris Kolpackov -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#include <cult/os/net/ipv4/multicast-socket.hxx> - -namespace Cult -{ - namespace OS - { - namespace Net - { - namespace IPv4 - { - } - } - } -} |