Searched refs:inChannel (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dchannels.cpp289 void ChannelSwitch::AddRoute(const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel) argument
291 m_routeMap.insert(RouteMap::value_type(inChannel, Route(&destination, outChannel)));
294 void ChannelSwitch::RemoveRoute(const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel) argument
297 pair<MapIterator, MapIterator> range = m_routeMap.equal_range(inChannel);
H A Dchannels.h108 void AddRoute(const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel);
109 void RemoveRoute(const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel);

Completed in 105 milliseconds