aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgroupmgr.h')
-rw-r--r--linden/indra/newview/llgroupmgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llgroupmgr.h b/linden/indra/newview/llgroupmgr.h
index bc4fa71..76040f9 100644
--- a/linden/indra/newview/llgroupmgr.h
+++ b/linden/indra/newview/llgroupmgr.h
@@ -2,6 +2,8 @@
2 * @file llgroupmgr.h 2 * @file llgroupmgr.h
3 * @brief Manager for aggregating all client knowledge for specific groups 3 * @brief Manager for aggregating all client knowledge for specific groups
4 * 4 *
5 * $LicenseInfo:firstyear=2004&license=viewergpl$
6 *
5 * Copyright (c) 2004-2007, Linden Research, Inc. 7 * Copyright (c) 2004-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LLGROUPMGR_H 32#ifndef LL_LLGROUPMGR_H
@@ -252,6 +255,7 @@ public:
252 BOOL mOpenEnrollment; 255 BOOL mOpenEnrollment;
253 S32 mMembershipFee; 256 S32 mMembershipFee;
254 BOOL mAllowPublish; 257 BOOL mAllowPublish;
258 BOOL mListInProfile;
255 BOOL mMaturePublish; 259 BOOL mMaturePublish;
256 BOOL mChanged; 260 BOOL mChanged;
257 S32 mMemberCount; 261 S32 mMemberCount;