Export more IPv6 includes.

This commit is contained in:
Sebastien Vincent
2009-09-16 18:56:29 +02:00
parent 28f016ad5b
commit afeae4240d
45 changed files with 159 additions and 50 deletions

View File

@@ -18,10 +18,12 @@
* Author: Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
*/
#include "inet6-socket-address.h"
#include "ns3/assert.h"
namespace ns3 {
#include "inet6-socket-address.h"
namespace ns3
{
Inet6SocketAddress::Inet6SocketAddress (Ipv6Address ipv6, uint16_t port)
: m_ipv6(ipv6),

View File

@@ -21,9 +21,10 @@
#ifndef INET6_SOCKET_ADDRESS_H
#define INET6_SOCKET_ADDRESS_H
#include <stdint.h>
#include "address.h"
#include "ipv6-address.h"
#include <stdint.h>
namespace ns3 {

View File

@@ -18,14 +18,13 @@
* Author: Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
*/
#include <string.h>
#include <iomanip>
#include "ns3/log.h"
#include "ipv6-address.h"
#include "ns3/assert.h"
#include "mac48-address.h"
#include <iomanip>
#include "mac48-address.h"
#include "ipv6-address.h"
NS_LOG_COMPONENT_DEFINE ("Ipv6Address");

View File

@@ -26,9 +26,10 @@
#include <ostream>
#include "address.h"
#include "ns3/attribute-helper.h"
#include "address.h"
namespace ns3 {
class Ipv6Prefix;

View File

@@ -21,6 +21,7 @@
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/header.h"
#include "address-utils.h"
#include "ipv6-header.h"

View File

@@ -22,6 +22,7 @@
#include "ns3/log.h"
#include "ns3/assert.h"
#include "ipv6-interface-address.h"
namespace ns3

View File

@@ -18,9 +18,10 @@
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "ipv6-raw-socket-factory.h"
#include "ns3/uinteger.h"
#include "ipv6-raw-socket-factory.h"
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED (Ipv6RawSocketFactory);

View File

@@ -21,7 +21,6 @@
#include <iostream>
#include "net-device.h"
#include "ipv6-route.h"
namespace ns3

View File

@@ -26,6 +26,7 @@
#include <ostream>
#include "ns3/ref-count-base.h"
#include "ipv6-address.h"
namespace ns3

View File

@@ -19,6 +19,7 @@
/* taken from src/node/ipv4-routing-protocol.cc and adapted to IPv6 */
#include "ns3/assert.h"
#include "ipv6-route.h"
#include "ipv6-routing-protocol.h"

View File

@@ -25,6 +25,7 @@
#include "ns3/callback.h"
#include "ns3/object.h"
#include "ns3/socket.h"
#include "ipv6-header.h"
#include "ipv6-interface-address.h"
#include "ipv6.h"

View File

@@ -23,6 +23,7 @@
#include "ns3/assert.h"
#include "ns3/node.h"
#include "ns3/boolean.h"
#include "ipv6.h"
namespace ns3

View File

@@ -24,9 +24,11 @@
#define IPV6_H
#include <stdint.h>
#include "ns3/object.h"
#include "ns3/socket.h"
#include "ns3/callback.h"
#include "ipv6-address.h"
#include "ipv6-interface-address.h"