--- a/src/csma/bindings/modulegen__gcc_ILP32.py Tue May 01 11:56:30 2012 -0700
+++ b/src/csma/bindings/modulegen__gcc_ILP32.py Wed May 02 11:05:28 2012 -0700
@@ -1051,10 +1051,6 @@
return
def register_Ns3CsmaDeviceRec_methods(root_module, cls):
- ## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::devicePtr [variable]
- cls.add_instance_attribute('devicePtr', 'ns3::Ptr< ns3::CsmaNetDevice >', is_const=False)
- ## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::active [variable]
- cls.add_instance_attribute('active', 'bool', is_const=False)
## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::CsmaDeviceRec() [constructor]
cls.add_constructor([])
## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::CsmaDeviceRec(ns3::Ptr<ns3::CsmaNetDevice> device) [constructor]
@@ -1065,6 +1061,10 @@
cls.add_method('IsActive',
'bool',
[])
+ ## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::active [variable]
+ cls.add_instance_attribute('active', 'bool', is_const=False)
+ ## csma-channel.h (module 'csma'): ns3::CsmaDeviceRec::devicePtr [variable]
+ cls.add_instance_attribute('devicePtr', 'ns3::Ptr< ns3::CsmaNetDevice >', is_const=False)
return
def register_Ns3DataRate_methods(root_module, cls):