bindings/python/ns3_module_emu.py
changeset 4241 c35796bc0b4b
parent 4218 debf1a8a96d3
child 4323 689bece0b361
--- a/bindings/python/ns3_module_emu.py	Wed Feb 25 11:00:42 2009 +0100
+++ b/bindings/python/ns3_module_emu.py	Wed Feb 25 11:00:50 2009 +0100
@@ -51,6 +51,8 @@
     return
 
 def register_Ns3EmuNetDevice_methods(root_module, cls):
+    ## emu-net-device.h: ns3::EmuNetDevice::EmuNetDevice(ns3::EmuNetDevice const & arg0) [copy constructor]
+    cls.add_constructor([param('ns3::EmuNetDevice const &', 'arg0')])
     ## emu-net-device.h: static ns3::TypeId ns3::EmuNetDevice::GetTypeId() [member function]
     cls.add_method('GetTypeId', 
                    'ns3::TypeId', 
@@ -208,7 +210,6 @@
                    'void', 
                    [], 
                    visibility='private', is_virtual=True)
-    cls.add_copy_constructor()
     return
 
 def register_functions(root_module):