diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-27 17:22:17 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-27 17:22:17 +0300 |
| commit | eb6b389b9994b3414c3fe00eeaea08967f4309e0 (patch) | |
| tree | 3b65cc397b9ca837c6d2d9dac29db7eb5c878c2f /indra/newview/llimprocessing.h | |
| parent | fb145f4994fc1cdebe70534c48bcc16acd85ed15 (diff) | |
MAINT-8203 Group notices processing
Diffstat (limited to 'indra/newview/llimprocessing.h')
| -rw-r--r-- | indra/newview/llimprocessing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.h b/indra/newview/llimprocessing.h index eadf34ded7..4d20b963a4 100644 --- a/indra/newview/llimprocessing.h +++ b/indra/newview/llimprocessing.h @@ -47,7 +47,8 @@ public: LLVector3 position, U8 *binary_bucket, S32 binary_bucket_size, - LLHost &sender); + LLHost &sender, + LLUUID aux_id = LLUUID::null); // Either receives list of offline messages from 'ReadOfflineMsgs' capability // or uses legacy method |
