bindings/python/ns3_module_internet_stack.py
changeset 3544 3685ab98e4b2
parent 3468 0bb5275704fc
child 3567 728eb3f583b3
--- a/bindings/python/ns3_module_internet_stack.py	Tue Aug 19 17:45:41 2008 +0100
+++ b/bindings/python/ns3_module_internet_stack.py	Tue Aug 19 17:48:09 2008 +0100
@@ -146,6 +146,7 @@
                    'void', 
                    [param('ns3::Ptr< ns3::Packet >', 'p'), param('ns3::Ipv4Address', 'dest')], 
                    is_pure_virtual=True, visibility='private', is_virtual=True)
+    cls.add_copy_constructor()
     return
 
 def register_Ns3UdpHeader_methods(root_module, cls):
@@ -212,6 +213,7 @@
                    'bool', 
                    [], 
                    is_const=True)
+    cls.add_copy_constructor()
     return
 
 def register_Ns3TcpHeader_methods(root_module, cls):
@@ -332,6 +334,7 @@
                    'bool', 
                    [], 
                    is_const=True)
+    cls.add_copy_constructor()
     return
 
 def register_Ns3Ipv4StaticRouting_methods(root_module, cls):
@@ -419,6 +422,7 @@
                    'void', 
                    [], 
                    visibility='protected', is_virtual=True)
+    cls.add_copy_constructor()
     return
 
 def register_Ns3Ipv4L3Protocol_methods(root_module, cls):
@@ -609,6 +613,7 @@
                    'void', 
                    [], 
                    visibility='protected', is_virtual=True)
+    cls.add_copy_constructor()
     return
 
 def register_functions(root_module):