ServerContextImpl::setServerPort not fully implemented
actually calling this can only break things.
This commit is contained in:
@@ -593,11 +593,6 @@ int32 ServerContextImpl::getServerPort()
|
||||
return _serverPort;
|
||||
}
|
||||
|
||||
void ServerContextImpl::setServerPort(int32 port)
|
||||
{
|
||||
_serverPort = port;
|
||||
}
|
||||
|
||||
int32 ServerContextImpl::getBroadcastPort()
|
||||
{
|
||||
return _broadcastPort;
|
||||
|
||||
Reference in New Issue
Block a user