| 12 | |
| 13 | #if 0 |
| 14 | void MessageSwitch::AddDefaultRoute(BufferedTransformation &destination, const std::string &channel) |
| 15 | { |
| 16 | m_defaultRoutes.push_back(Route(&destination, channel)); |
| 17 | } |
| 18 | |
| 19 | void MessageSwitch::AddRoute(unsigned int begin, unsigned int end, BufferedTransformation &destination, const std::string &channel) |
| 20 | { |