diff -r 1e7abf5fca79 -r 545ddf9398ed bindings/python/ns3_module_point_to_point.py --- a/bindings/python/ns3_module_point_to_point.py Wed Nov 05 14:33:20 2008 -0800 +++ b/bindings/python/ns3_module_point_to_point.py Wed Nov 05 14:49:21 2008 -0800 @@ -200,14 +200,9 @@ 'bool', [], is_const=True, is_virtual=True) - ## point-to-point-net-device.h: ns3::Address ns3::PointToPointNetDevice::GetMulticast() const [member function] + ## point-to-point-net-device.h: ns3::Address ns3::PointToPointNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] cls.add_method('GetMulticast', 'ns3::Address', - [], - is_const=True, is_virtual=True) - ## point-to-point-net-device.h: ns3::Address ns3::PointToPointNetDevice::MakeMulticastAddress(ns3::Ipv4Address multicastGroup) const [member function] - cls.add_method('MakeMulticastAddress', - 'ns3::Address', [param('ns3::Ipv4Address', 'multicastGroup')], is_const=True, is_virtual=True) ## point-to-point-net-device.h: bool ns3::PointToPointNetDevice::IsPointToPoint() const [member function]