equal
deleted
inserted
replaced
136 |
136 |
137 |
137 |
138 if 'EmuNetDevice' not in enabled_features: |
138 if 'EmuNetDevice' not in enabled_features: |
139 for clsname in ['EmuNetDevice', 'EmuHelper']: |
139 for clsname in ['EmuNetDevice', 'EmuHelper']: |
140 root_module.classes.remove(root_module['ns3::%s' % clsname]) |
140 root_module.classes.remove(root_module['ns3::%s' % clsname]) |
|
141 root_module.enums.remove(root_module['ns3::EmuNetDevice::EncapsulationMode']) |
141 |
142 |
142 if 'RealTime' not in enabled_features: |
143 if 'RealTime' not in enabled_features: |
143 for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']: |
144 for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']: |
144 root_module.classes.remove(root_module['ns3::%s' % clsname]) |
145 root_module.classes.remove(root_module['ns3::%s' % clsname]) |
145 root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode']) |
146 root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode']) |