diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-01-18 01:09:50 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-01-18 01:09:50 -0500 |
commit | 06f9dbd8db9895f81d7bd325d8cf616f68533396 (patch) | |
tree | caff25fd1311de2e9140c9da096eed4e8043b932 /indra/llui/llaccordionctrl.cpp | |
parent | 4bfd84d3be8d33bc6eb0dab22d2b3034de0800c9 (diff) |
Introduce static LLProcessLauncher::isRunning(ll_pid_t) method.
typedef LLProcessLauncher::ll_pid_t to be HANDLE on Windows, pid_t elsewhere.
Then we can define getProcessID() returning ll_pid_t on all platforms,
retaining getProcessHandle() for hypothetical existing consumers... of which
there are none in practice.
This lets us define isRunning(ll_pid_t) to encapsulate the platform-specific
logic to actually check on a running child process, turning non-static
isRunning() into a fairly trivial wrapper.
Diffstat (limited to 'indra/llui/llaccordionctrl.cpp')
0 files changed, 0 insertions, 0 deletions