aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llinstantmessage.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llmessage/llinstantmessage.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llmessage/llinstantmessage.h')
-rw-r--r--linden/indra/llmessage/llinstantmessage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/llmessage/llinstantmessage.h b/linden/indra/llmessage/llinstantmessage.h
index 35127c3..d95b551 100644
--- a/linden/indra/llmessage/llinstantmessage.h
+++ b/linden/indra/llmessage/llinstantmessage.h
@@ -222,7 +222,7 @@ extern const char EMPTY_BINARY_BUCKET[];
222extern const S32 EMPTY_BINARY_BUCKET_SIZE; 222extern const S32 EMPTY_BINARY_BUCKET_SIZE;
223 223
224extern const U32 NO_TIMESTAMP; 224extern const U32 NO_TIMESTAMP;
225extern const char SYSTEM_FROM[]; 225extern const std::string SYSTEM_FROM;
226 226
227// Number of retry attempts on sending the im. 227// Number of retry attempts on sending the im.
228extern const S32 IM_TTL; 228extern const S32 IM_TTL;
@@ -289,8 +289,8 @@ void pack_instant_message(
289 BOOL from_group, 289 BOOL from_group,
290 const LLUUID& session_id, 290 const LLUUID& session_id,
291 const LLUUID& to_id, 291 const LLUUID& to_id,
292 const char* name, 292 const std::string& name,
293 const char* message, 293 const std::string& message,
294 U8 offline = IM_ONLINE, 294 U8 offline = IM_ONLINE,
295 EInstantMessage dialog = IM_NOTHING_SPECIAL, 295 EInstantMessage dialog = IM_NOTHING_SPECIAL,
296 const LLUUID& id = LLUUID::null, 296 const LLUUID& id = LLUUID::null,
@@ -307,8 +307,8 @@ void pack_instant_message_block(
307 BOOL from_group, 307 BOOL from_group,
308 const LLUUID& session_id, 308 const LLUUID& session_id,
309 const LLUUID& to_id, 309 const LLUUID& to_id,
310 const char* name, 310 const std::string& name,
311 const char* message, 311 const std::string& message,
312 U8 offline = IM_ONLINE, 312 U8 offline = IM_ONLINE,
313 EInstantMessage dialog = IM_NOTHING_SPECIAL, 313 EInstantMessage dialog = IM_NOTHING_SPECIAL,
314 const LLUUID& id = LLUUID::null, 314 const LLUUID& id = LLUUID::null,