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

void Impala::Core::IDash::Client::Disconnect (  )  [inline, private]

Definition at line 152 of file Client.h.

References ILOG_INFO, and mChannelProxy.

Referenced by Connect(), and ~Client().

00153     {
00154         ILOG_INFO("Disconnecting");
00155         if (mChannelProxy)
00156         {
00157             //mChannelProxy->CloseChannel();
00158             delete mChannelProxy;
00159             mChannelProxy = 0;
00160         }
00161     }


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