bindings/python/ns3modulescan.py
changeset 4749 af227579ab64
parent 4086 37dbf76b4c66
child 5249 85cde7d987ed
--- a/bindings/python/ns3modulescan.py	Mon Aug 31 23:38:48 2009 -0700
+++ b/bindings/python/ns3modulescan.py	Wed Sep 02 11:29:23 2009 +0100
@@ -61,6 +61,11 @@
         'allow_subclassing': 'true', # needed so that AddValue is able to set attributes on the object
         },
 
+    '::ns3::NscTcpL4Protocol': {
+        'ignore': 'true', # this class is implementation detail
+        },
+
+
     'ns3::RandomVariable::RandomVariable(ns3::RandomVariableBase const & variable) [constructor]': {
         'ignore': None,
         },