diff options
author | Rider Linden <rider@lindenlab.com> | 2016-04-25 12:12:18 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-04-25 12:12:18 -0700 |
commit | 1eaed3d37f49e1a9e4d1c6c432de7801797a5d49 (patch) | |
tree | dee4380972c7b60de17f58ee9801fc6702c67776 /indra/llmessage/llcorehttputil.h | |
parent | 1fa27575113a552ded77bf9f19989c77b677bb7f (diff) | |
parent | 4d9dd3271b1a015d9afd21767e579a4cd71982ed (diff) |
Merge
Diffstat (limited to 'indra/llmessage/llcorehttputil.h')
-rw-r--r-- | indra/llmessage/llcorehttputil.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/llmessage/llcorehttputil.h b/indra/llmessage/llcorehttputil.h index d21f5ff45c..6f0b865f83 100644 --- a/indra/llmessage/llcorehttputil.h +++ b/indra/llmessage/llcorehttputil.h @@ -57,7 +57,14 @@ /// namespace LLCoreHttpUtil { - extern const F32 HTTP_REQUEST_EXPIRY_SECS; +/// Allow access to to the property settings methods. +typedef boost::function<bool(const std::string &)> BoolSettingQuery_t; +typedef boost::function<void(const std::string &, bool, const std::string &)> BoolSettingUpdate_t; + +void setPropertyMethods(BoolSettingQuery_t queryfn, BoolSettingUpdate_t updatefn); + + +extern const F32 HTTP_REQUEST_EXPIRY_SECS; /// Attempt to convert a response object's contents to LLSD. /// It is expected that the response body will be of non-zero |