src/point-to-point/bindings/modulegen_customizations.py
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 21 Jul 2011 11:07:59 +0100
changeset 7376 7ace70ee4468
permissions -rw-r--r--
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7376
7ace70ee4468 Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     1
7ace70ee4468 Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     2
def post_register_types(root_module):
7ace70ee4468 Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     3
    root_module.add_include('"ns3/queue.h"')
7ace70ee4468 Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     4
    root_module.add_include('"ns3/error-model.h"')
7ace70ee4468 Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     5