diff options
author | Richard Linden <none@none> | 2012-11-01 19:55:06 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-01 19:55:06 -0700 |
commit | bb6bda9eef48f5b08b56af46321b79fe7f1d49d7 (patch) | |
tree | a844a4583d9c67a60dafb85472d5d11ed81d6b19 /indra/llcommon/llsdparam.h | |
parent | 74fe126590fba03752d1d8d88dd3bb59c6900026 (diff) |
SH-3499 Ensure asset stats output is correct
added support for specifying predicates for xui and llsd serialization
Diffstat (limited to 'indra/llcommon/llsdparam.h')
-rw-r--r-- | indra/llcommon/llsdparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdparam.h b/indra/llcommon/llsdparam.h index 6ef5debd7b..032e506fd8 100644 --- a/indra/llcommon/llsdparam.h +++ b/indra/llcommon/llsdparam.h @@ -50,7 +50,7 @@ typedef LLInitParam::Parser parser_t; public: LLParamSDParser(); void readSD(const LLSD& sd, LLInitParam::BaseBlock& block, bool silent = false); - void writeSD(LLSD& sd, const LLInitParam::BaseBlock& block); + void writeSD(LLSD& sd, const LLInitParam::BaseBlock& block, LLInitParam::predicate_rule_t rules = LLInitParam::predicate_rule_t(LLInitParam::PROVIDED) && LLInitParam::NON_DEFAULT); /*virtual*/ std::string getCurrentElementName(); |