--- a/src/csma-layout/bindings/modulegen__gcc_LP64.py Tue May 01 11:56:30 2012 -0700
+++ b/src/csma-layout/bindings/modulegen__gcc_LP64.py Wed May 02 11:05:28 2012 -0700
@@ -1216,10 +1216,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]
@@ -1230,6 +1226,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_Ns3CsmaStarHelper_methods(root_module, cls):
@@ -4152,6 +4152,11 @@
'uint32_t',
[],
is_pure_virtual=True, is_const=True, is_virtual=True)
+ ## socket.h (module 'network'): static ns3::TypeId ns3::Socket::GetTypeId() [member function]
+ cls.add_method('GetTypeId',
+ 'ns3::TypeId',
+ [],
+ is_static=True)
## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function]
cls.add_method('IsRecvPktInfo',
'bool',