From 11f7dd8cc7516a75aaf012cc47b90d33c3289033 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 14 Jan 2014 18:28:04 +0000 Subject: Adding TODO for LLSD validating and version check, while I wait for some info on how to do it. --- indra/newview/llsyntaxid.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp index 94226b82b1..2784939199 100644 --- a/indra/newview/llsyntaxid.cpp +++ b/indra/newview/llsyntaxid.cpp @@ -58,6 +58,8 @@ void fetchKeywordsFileResponder::errorWithContent(U32 status, void fetchKeywordsFileResponder::result(const LLSD& content_ref) { + // TODO check for llsd-lsl-syntax-version key and return if not present or not 1. + LLSyntaxIdLSL::setKeywordsXml(content_ref); std::stringstream str; -- cgit v1.2.3