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:
|