| 597 | } |
| 598 | |
| 599 | IConnectableLayer* INetwork::AddStackLayer(const StackDescriptor& descriptor, |
| 600 | const char* name) |
| 601 | { |
| 602 | return pNetworkImpl->AddStackLayer(descriptor, name); |
| 603 | } |
| 604 | |
| 605 | IConnectableLayer* INetwork::AddStandInLayer(const StandInDescriptor& descriptor, |
| 606 | const char* name) |
no outgoing calls