| 653 | } |
| 654 | |
| 655 | IConnectableLayer* INetwork::AddTileLayer(const TileDescriptor &descriptor, |
| 656 | const char *name) |
| 657 | { |
| 658 | return pNetworkImpl->AddTileLayer(descriptor, name); |
| 659 | } |
| 660 | |
| 661 | IConnectableLayer* INetwork::AddBroadcastToLayer(const BroadcastToDescriptor& descriptor, |
| 662 | const char* name) |
no outgoing calls