summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-31 11:41:20 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-31 11:41:20 -0400
commit35aa37ceedaa1cadc5fd01639ecf0fafa2214b6f (patch)
tree70ccbf451ca7b3113d9baee8498072d7a1f55535 /indra/llcrashlogger/llcrashlogger.cpp
parent012a0953b56d8313c6c0f71444f115de1aeeb7e1 (diff)
parentf18cfe97750cc13374adab15636532fe0fbda19c (diff)
merge
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rwxr-xr-x[-rw-r--r--]indra/llcrashlogger/llcrashlogger.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index 331a1692ee..3461aa3e6c 100644..100755
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -42,6 +42,7 @@
#include "llpumpio.h"
#include "llhttpclient.h"
#include "llsdserialize.h"
+#include "llproxy.h"
LLPumpIO* gServicePump;
BOOL gBreak = false;
@@ -428,3 +429,9 @@ bool LLCrashLogger::init()
return true;
}
+
+// For cleanup code common to all platforms.
+void LLCrashLogger::commonCleanup()
+{
+ LLProxy::cleanupClass();
+}