diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/llmessage/llqueryflags.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/llmessage/llqueryflags.h')
-rw-r--r-- | linden/indra/llmessage/llqueryflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llqueryflags.h b/linden/indra/llmessage/llqueryflags.h index 1d8d500..6740d46 100644 --- a/linden/indra/llmessage/llqueryflags.h +++ b/linden/indra/llmessage/llqueryflags.h | |||
@@ -38,7 +38,7 @@ | |||
38 | const U32 DFQ_PEOPLE = 0x1 << 0; | 38 | const U32 DFQ_PEOPLE = 0x1 << 0; |
39 | const U32 DFQ_ONLINE = 0x1 << 1; | 39 | const U32 DFQ_ONLINE = 0x1 << 1; |
40 | //const U32 DFQ_PLACES = 0x1 << 2; | 40 | //const U32 DFQ_PLACES = 0x1 << 2; |
41 | const U32 DFQ_EVENTS = 0x1 << 3; | 41 | const U32 DFQ_EVENTS = 0x1 << 3; // This is not set by the 1.21 viewer, but I don't know about older versions. JC |
42 | const U32 DFQ_GROUPS = 0x1 << 4; | 42 | const U32 DFQ_GROUPS = 0x1 << 4; |
43 | const U32 DFQ_DATE_EVENTS = 0x1 << 5; | 43 | const U32 DFQ_DATE_EVENTS = 0x1 << 5; |
44 | 44 | ||