diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-20 11:02:50 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-20 11:02:50 -0600 |
commit | 984353d7ca6184d7252c716150d42139aae94e5c (patch) | |
tree | 598a5a1039fc8bb4bd1cf6d2c848d34ca41474a6 /indra/newview/llsyntaxid.h | |
parent | d949bee053610fe8769055589984e721ae1ee3d1 (diff) |
STORM-2036 - Fix trying to parse caps too early by adding a callback to check region caps when they haven't already been received
Diffstat (limited to 'indra/newview/llsyntaxid.h')
-rw-r--r-- | indra/newview/llsyntaxid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h index 70f6b28337..504fb0997e 100644 --- a/indra/newview/llsyntaxid.h +++ b/indra/newview/llsyntaxid.h @@ -48,6 +48,7 @@ private: bool syntaxIdChanged(); bool isSupportedVersion(const LLSD& content); void handleRegionChanged(); + void handleCapsReceived(const LLUUID& region_uuid); void handleFileFetched(const std::string& filepath); void setKeywordsXml(const LLSD& content) { mKeywordsXml = content; }; void buildFullFileSpec(); |