| 592 | } |
| 593 | |
| 594 | IConnectableLayer* INetwork::AddShapeLayer(const char* name) |
| 595 | { |
| 596 | return pNetworkImpl->AddShapeLayer(name); |
| 597 | } |
| 598 | |
| 599 | IConnectableLayer* INetwork::AddStackLayer(const StackDescriptor& descriptor, |
| 600 | const char* name) |
no outgoing calls
no test coverage detected