summaryrefslogtreecommitdiff
path: root/indra/newview/llchatmsgbox.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-01-20 18:10:40 -0500
committerNat Goodspeed <nat@lindenlab.com>2012-01-20 18:10:40 -0500
commitf0dbb878337082d3f581874c12e6df2f4659a464 (patch)
treed147656500ef78b10b2fe6176b03f617a6862429 /indra/newview/llchatmsgbox.cpp
parent083a9e0927144a9e2f052bc8573da8a26259a257 (diff)
Per Richard, replace LLProcessLauncher with LLProcess.
LLProcessLauncher had the somewhat fuzzy mandate of (1) accumulating parameters with which to launch a child process and (2) sometimes tracking the lifespan of the ensuing child process. But a valid LLProcessLauncher object might or might not have ever been associated with an actual child process. LLProcess specifically tracks a child process. In effect, it's a fairly thin wrapper around a process HANDLE (on Windows) or pid_t (elsewhere), with lifespan management thrown in. A static LLProcess::create() method launches a new child; create() accepts an LLSD bundle with child parameters. So building up a parameter bundle is deferred to LLSD rather than conflated with the process management object. Reconcile all known LLProcessLauncher consumers in the viewer code base, notably the class unit tests.
Diffstat (limited to 'indra/newview/llchatmsgbox.cpp')
0 files changed, 0 insertions, 0 deletions