diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcommon/llavatarconstants.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llcommon/llavatarconstants.h')
-rw-r--r-- | linden/indra/llcommon/llavatarconstants.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linden/indra/llcommon/llavatarconstants.h b/linden/indra/llcommon/llavatarconstants.h index 3335949..1eb5b05 100644 --- a/linden/indra/llcommon/llavatarconstants.h +++ b/linden/indra/llcommon/llavatarconstants.h | |||
@@ -39,16 +39,16 @@ const char* const BLACKLIST_PROFILE_WEB_URL = "http://secondlife.com/app/webdisa | |||
39 | // Maximum number of avatar picks | 39 | // Maximum number of avatar picks |
40 | const S32 MAX_AVATAR_PICKS = 10; | 40 | const S32 MAX_AVATAR_PICKS = 10; |
41 | 41 | ||
42 | // For Flags in AvatarPropertiesReply | 42 | // For Flags in AvatarPropertiesReply |
43 | const U32 AVATAR_ALLOW_PUBLISH = 0x1 << 0; // whether profile is externally visible or not | 43 | const U32 AVATAR_ALLOW_PUBLISH = 0x1 << 0; // whether profile is externally visible or not |
44 | const U32 AVATAR_MATURE_PUBLISH = 0x1 << 1; // profile is "mature" | 44 | const U32 AVATAR_MATURE_PUBLISH = 0x1 << 1; // profile is "mature" |
45 | const U32 AVATAR_IDENTIFIED = 0x1 << 2; // whether avatar has provided payment info | 45 | const U32 AVATAR_IDENTIFIED = 0x1 << 2; // whether avatar has provided payment info |
46 | const U32 AVATAR_TRANSACTED = 0x1 << 3; // whether avatar has actively used payment info | 46 | const U32 AVATAR_TRANSACTED = 0x1 << 3; // whether avatar has actively used payment info |
47 | const U32 AVATAR_ONLINE = 0x1 << 4; // the online status of this avatar, if known. | 47 | const U32 AVATAR_ONLINE = 0x1 << 4; // the online status of this avatar, if known. |
48 | 48 | ||
49 | static const std::string VISIBILITY_DEFAULT("default"); | 49 | static const std::string VISIBILITY_DEFAULT("default"); |
50 | static const std::string VISIBILITY_HIDDEN("hidden"); | 50 | static const std::string VISIBILITY_HIDDEN("hidden"); |
51 | static const std::string VISIBILITY_VISIBLE("visible"); | 51 | static const std::string VISIBILITY_VISIBLE("visible"); |
52 | static const std::string VISIBILITY_INVISIBLE("invisible"); | 52 | static const std::string VISIBILITY_INVISIBLE("invisible"); |
53 | 53 | ||
54 | #endif | 54 | #endif |