pvlist for servers w/ multiple providers

This commit is contained in:
Matej Sekoranja
2014-10-15 14:13:55 +02:00
parent 1e2f335c61
commit 66f2995a71
3 changed files with 42 additions and 18 deletions

View File

@@ -645,7 +645,7 @@ void ServerContextImpl::setChannelProviderName(std::string channelProviderName)
_channelProviderNames = channelProviderName;
}
std::vector<ChannelProvider::shared_pointer> ServerContextImpl::getChannelProviders()
std::vector<ChannelProvider::shared_pointer>& ServerContextImpl::getChannelProviders()
{
return _channelProviders;
}