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

bool Impala::Util::ChannelAuthorization::AllowRead ( CString  readPassword  )  const [inline]

Definition at line 111 of file ChannelAuthorization.h.

References mReadPassword.

Referenced by Impala::Util::ChannelServer::AcceptRequestPortMode().

00112     {
00113         if (mReadPassword.empty())
00114             return true;
00115         if (readPassword == mReadPassword)
00116             return true;
00117         return false;
00118     }


Generated on Thu Jan 13 09:24:10 2011 for ImpalaSrc by  doxygen 1.5.1