diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-06-15 16:48:20 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-06-15 16:48:20 -0400 |
commit | 448e82f39c472c82620bb52e0644e258b363d562 (patch) | |
tree | 9e72eae4aa32322768d2b0cd8fc20e9f06a11370 /indra/newview/llwaterparamset.cpp | |
parent | f26ba0f0eccce2e6b66554dc1132ff29e6d0f3b1 (diff) |
SL-821: Try to add SecondLife.log file to Mac BugSplat crash report.
Introduce new header file llappviewermacosx-for-objc.h to publish for
llappdelegate-objc.mm and other Objective-C++ consumers the free functions in
llappviewermacosx.cpp they consume. These were never before declared in any
header file. Apparently, to date, we've been trusting to luck that
Objective-C++ will infer the correct signature from calls -- and that the
calls are correct with respect to the function definitions. :-P
This gives us a place to introduce a new getLogFilePathname() function to
query LLDir. (We don't simply #include "lldir.h" because of the pervasive use
of BOOL in viewer headers; BOOL means something very different in Objective-C++.)
Diffstat (limited to 'indra/newview/llwaterparamset.cpp')
0 files changed, 0 insertions, 0 deletions