#include <ChannelInstaller.h>
Protected Member Functions | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
| virtual cChannel * | createReplacementChannelFor (cChannel *channel) |
Replaces channel objects in the network.
This module is a temporary solution until the NED infrastructure gets extended to accomodate channel classes.
Definition at line 33 of file ChannelInstaller.h.
| cChannel * ChannelInstaller::createReplacementChannelFor | ( | cChannel * | channel | ) | [protected, virtual] |
Definition at line 27 of file ChannelInstaller.cc.
{
return NULL;
}
| void ChannelInstaller::handleMessage | ( | cMessage * | msg | ) | [protected, virtual] |
Definition at line 32 of file ChannelInstaller.cc.
{
}
| void ChannelInstaller::initialize | ( | ) | [protected, virtual] |
Definition at line 23 of file ChannelInstaller.cc.
{
}
1.7.1