| 568 | } |
| 569 | |
| 570 | IConnectableLayer* INetwork::AddSwitchLayer(const char* name) |
| 571 | { |
| 572 | return pNetworkImpl->AddSwitchLayer(name); |
| 573 | } |
| 574 | |
| 575 | IConnectableLayer* INetwork::AddPreluLayer(const char* name) |
| 576 | { |
no outgoing calls
no test coverage detected