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

String Impala::Core::IDash::Client::DeleteCases (  )  [inline]

Definition at line 105 of file Client.h.

References IsConnected(), mChannelProxy, and Impala::Util::ChannelProxy::Send().

00106     {
00107         if (!IsConnected())
00108             return "ERROR: 500: Not connected";
00109 
00110         String response = mChannelProxy->Send("DeleteCases");
00111         return response;
00112     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:49 2011 for ImpalaSrc by  doxygen 1.5.1