summaryrefslogtreecommitdiff
path: root/libcult/cult/os/net/ipv4/datagram-socket.cxx
blob: ce470cc50d2255485617d2eb64af2ae0cee8efd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : cult/os/net/ipv4/datagram-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/datagram-socket.hxx>

namespace Cult
{
  namespace OS
  {
    namespace Net
    {
      namespace IPv4
      {
      }
    }
  }
}