Definition at line 326 of file ChannelServer.h. References mDoDynaPorts, mPortAllowWrite, and mStaticPortAllowWrite. Referenced by Impala::Application::FileServer::AcceptRequest(), and Impala::Application::DataServer::AcceptRequest(). 00327 { 00328 if (mDoDynaPorts) 00329 return mPortAllowWrite[port]; 00330 return mStaticPortAllowWrite; 00331 }
|