diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-09-15 12:33:59 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-09-15 12:33:59 +0100 |
commit | 8e28257c57dac00ce30d2907f6c24120769eeb57 (patch) | |
tree | 8f31679c54260e9feead2a44eb92939451504021 /indra/newview/llvoicevivox.h | |
parent | 04f2516bfe69412608987cbb5a465325178d3424 (diff) | |
parent | 60d3a46ec645497e8023142df0b2a9c7a346cbaa (diff) |
STORM-121 MERGE Voice client shutdown cleanup
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index d10a562616..08f2f75a39 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -668,7 +668,10 @@ protected: private: LLVoiceVersionInfo mVoiceVersion; - + + /// Clean up objects created during a voice session. + void cleanUp(); + state mState; bool mSessionTerminateRequested; bool mRelogRequested; |