From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/llmessage/llinvite.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 indra/llmessage/llinvite.h (limited to 'indra/llmessage/llinvite.h') diff --git a/indra/llmessage/llinvite.h b/indra/llmessage/llinvite.h new file mode 100644 index 0000000000..5c66abc1eb --- /dev/null +++ b/indra/llmessage/llinvite.h @@ -0,0 +1,15 @@ +/** + * @file llinvite.h + * @brief Constants used for inviting users to join groups. + * + * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLINVITE_H +#define LL_LLINVITE_H + +const S32 INVITE_LIST_STR_LEN = 324; // Would be larger, but we don't have much room in the CreateGroupRequest msg. +const S32 INVITE_LIST_BUF_SIZE = 325; + +#endif // LL_LLINVITE_H -- cgit v1.2.3