aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorRobin Cornelius2011-10-01 22:16:53 +0100
committerDavid Walter Seikel2013-04-05 23:10:32 +1000
commit0528bbd5ef37b7d60c639db2c450cca415b6590e (patch)
treef88830cb3867a2009872f6cf3ff718e5d6271305 /linden/indra/newview/llviewerobject.h
parentFor Armin and his teapot. (diff)
downloadmeta-impy-0528bbd5ef37b7d60c639db2c450cca415b6590e.zip
meta-impy-0528bbd5ef37b7d60c639db2c450cca415b6590e.tar.gz
meta-impy-0528bbd5ef37b7d60c639db2c450cca415b6590e.tar.bz2
meta-impy-0528bbd5ef37b7d60c639db2c450cca415b6590e.tar.xz
MOAP Radar patch set
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerobject.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h
index 9b05470..98b7115 100644
--- a/linden/indra/newview/llviewerobject.h
+++ b/linden/indra/newview/llviewerobject.h
@@ -157,7 +157,13 @@ public:
157 enum { MEDIA_TYPE_NONE = 0, MEDIA_TYPE_WEB_PAGE = 1 }; 157 enum { MEDIA_TYPE_NONE = 0, MEDIA_TYPE_WEB_PAGE = 1 };
158 158
159 // Return codes for processUpdateMessage 159 // Return codes for processUpdateMessage
160 enum { MEDIA_URL_REMOVED = 0x1, MEDIA_URL_ADDED = 0x2, MEDIA_URL_UPDATED = 0x4, INVALID_UPDATE = 0x80000000 }; 160 enum {
161 MEDIA_URL_REMOVED = 0x1,
162 MEDIA_URL_ADDED = 0x2,
163 MEDIA_URL_UPDATED = 0x4,
164 MEDIA_FLAGS_CHANGED = 0x8,
165 INVALID_UPDATE = 0x80000000
166 };
161 167
162 virtual U32 processUpdateMessage(LLMessageSystem *mesgsys, 168 virtual U32 processUpdateMessage(LLMessageSystem *mesgsys,
163 void **user_data, 169 void **user_data,