Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:39:32 2010 for ImpalaSrc by  doxygen 1.5.1