diff options
author | callum <none@none> | 2010-09-21 16:41:06 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-21 16:41:06 -0700 |
commit | 266b3843b75fb9b8da7d2b3c824224a1b94697a5 (patch) | |
tree | d62c9e03ed2ac2d82520e49cb971be9f43a17ffe /indra/newview/llfilepicker.h | |
parent | e07c373bd4aef00aaa30735f722ed1b681a5d060 (diff) |
EXP-94 Disable local file system access
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r-- | indra/newview/llfilepicker.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h index 5819ac4fd8..596bfa3e69 100644 --- a/indra/newview/llfilepicker.h +++ b/indra/newview/llfilepicker.h @@ -140,6 +140,10 @@ private: //FILENAME_BUFFER_SIZE = 65536 FILENAME_BUFFER_SIZE = 65000 }; + + // utility function to check if access to local file system via file browser + // is enabled and if not, tidy up and indicate we're not allowed to do this. + bool check_local_file_access_enabled(); #if LL_WINDOWS OPENFILENAMEW mOFN; // for open and save dialogs |