summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginprocesschild.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-03 20:48:10 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-03 20:48:10 +0000
commit81bc33f042fb1574e0119b0f46739a3f32849883 (patch)
tree2ba487f2bd19904839c7cd56e0639a2071a2135b /indra/llplugin/llpluginprocesschild.h
parentb7405a144ec88943a3781d41cc0768fdb323df6c (diff)
CID-264
Checker: UNINIT_CTOR Function: LLPluginProcessChild::LLPluginProcessChild() File: /indra/llplugin/llpluginprocesschild.cpp
Diffstat (limited to 'indra/llplugin/llpluginprocesschild.h')
-rw-r--r--indra/llplugin/llpluginprocesschild.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginprocesschild.h b/indra/llplugin/llpluginprocesschild.h
index 1cfd9dcaf9..58f8935ed1 100644
--- a/indra/llplugin/llpluginprocesschild.h
+++ b/indra/llplugin/llpluginprocesschild.h
@@ -89,8 +89,9 @@ private:
STATE_ERROR, // generic bailout state
STATE_DONE // state machine will sit in this state after either error or normal termination.
};
- EState mState;
void setState(EState state);
+
+ EState mState;
LLHost mLauncherHost;
LLSocket::ptr_t mSocket;