Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

bool Impala::Util::ChannelAuthorization::AllowWrite ( CString  writePassword  )  const [inline]

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     }


Generated on Fri Mar 19 11:39:32 2010 for ImpalaSrc by  doxygen 1.5.1