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

virtual Impala::Application::SDash::AlertRelay::~AlertRelay (  )  [inline, virtual]

Definition at line 26 of file AlertRelay.h.

References CloseSockets(), IsReady(), and mState.

00027     {
00028         if (IsReady())
00029         {
00030             int result = CloseSockets();
00031             mState = -1;
00032         }
00033     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:56 2011 for ImpalaSrc by  doxygen 1.5.1