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

void Impala::Process::Manager4Posix::Remove ( int  pid  )  [inline, virtual]

Implements Impala::Process::Manager.

Definition at line 252 of file Manager4Posix.h.

References Kill(), and mProcesses.

00253     {
00254         Kill(pid);
00255         mProcesses.erase(pid);
00256     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:59 2011 for ImpalaSrc by  doxygen 1.5.1