Definition at line 121 of file ChannelAuthorization.h. References mWritePassword. Referenced by Impala::Util::ChannelServer::AcceptRequestPortAssignment(), and Impala::Util::ChannelServer::AcceptRequestPortMode(). 00122 { 00123 if (mWritePassword.empty()) 00124 return true; 00125 if (writePassword == mWritePassword) 00126 return true; 00127 return false; 00128 }
|