diff options
author | Jacek Antonelli | 2008-12-09 22:25:37 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-09 22:25:41 -0600 |
commit | 22b861982f2efd5d16097a012627e73b9fb85834 (patch) | |
tree | 6152a84b92c682e271bdd52d46cd1728454f679a /linden/indra/llcommon/llerrorcontrol.h | |
parent | Second Life viewer sources 1.22.1-RC (diff) | |
download | meta-impy-22b861982f2efd5d16097a012627e73b9fb85834.zip meta-impy-22b861982f2efd5d16097a012627e73b9fb85834.tar.gz meta-impy-22b861982f2efd5d16097a012627e73b9fb85834.tar.bz2 meta-impy-22b861982f2efd5d16097a012627e73b9fb85834.tar.xz |
Second Life viewer sources 1.22.2-RC
Diffstat (limited to 'linden/indra/llcommon/llerrorcontrol.h')
-rw-r--r-- | linden/indra/llcommon/llerrorcontrol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llerrorcontrol.h b/linden/indra/llcommon/llerrorcontrol.h index 2c36871..a97abef 100644 --- a/linden/indra/llcommon/llerrorcontrol.h +++ b/linden/indra/llcommon/llerrorcontrol.h | |||
@@ -82,9 +82,9 @@ namespace LLError | |||
82 | Control functions. | 82 | Control functions. |
83 | */ | 83 | */ |
84 | 84 | ||
85 | typedef void (*FatalFunction)(const std::string& message); | 85 | typedef void(*FatalFunction)(const std::string& message); |
86 | void crashAndLoop(const std::string& message); | 86 | void crashAndLoop(const std::string& message); |
87 | // Default fatal funtion: divides by zero and loops forever | 87 | // Default fatal funtion: access null pointer and loops forever |
88 | 88 | ||
89 | void setFatalFunction(FatalFunction); | 89 | void setFatalFunction(FatalFunction); |
90 | // The fatal function will be called when an message of LEVEL_ERROR | 90 | // The fatal function will be called when an message of LEVEL_ERROR |