bindings/python/ns3modulescan.py
changeset 4749 af227579ab64
parent 4086 37dbf76b4c66
child 5249 85cde7d987ed
     1.1 --- a/bindings/python/ns3modulescan.py	Tue Jan 13 19:28:26 2009 +0000
     1.2 +++ b/bindings/python/ns3modulescan.py	Wed Sep 02 11:29:23 2009 +0100
     1.3 @@ -61,6 +61,11 @@
     1.4          'allow_subclassing': 'true', # needed so that AddValue is able to set attributes on the object
     1.5          },
     1.6  
     1.7 +    '::ns3::NscTcpL4Protocol': {
     1.8 +        'ignore': 'true', # this class is implementation detail
     1.9 +        },
    1.10 +
    1.11 +
    1.12      'ns3::RandomVariable::RandomVariable(ns3::RandomVariableBase const & variable) [constructor]': {
    1.13          'ignore': None,
    1.14          },