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

virtual Impala::Process::Manager4Windows::~Manager4Windows (  )  [inline, virtual]

Definition at line 36 of file Manager4Windows.h.

References ILOG_DEBUG, Kill(), and mProcesses.

00037     {
00038         std::map<int, ProcessData>::iterator iter = mProcesses.begin();
00039         while (iter != mProcesses.end())
00040         {
00041             int handle = iter->first;
00042             Kill(handle);
00043             iter++;
00044         }
00045         ILOG_DEBUG("Destroying instance");
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:39 2010 for ImpalaSrc by  doxygen 1.5.1