Re-add ServerContext::getChannelProviders()

This commit is contained in:
Michael Davidsaver
2017-06-21 15:13:58 +02:00
parent e97a24ef62
commit 8270a25791
3 changed files with 5 additions and 3 deletions

View File

@@ -466,7 +466,7 @@ BeaconServerStatusProvider::shared_pointer ServerContextImpl::getBeaconServerSta
return _beaconServerStatusProvider;
}
osiSockAddr* ServerContextImpl::getServerInetAddress()
const osiSockAddr* ServerContextImpl::getServerInetAddress()
{
if(_acceptor.get())
{