aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-29 11:18:45 +0000
committerMelanie Thielker2009-03-29 11:18:45 +0000
commit03063375ee4c4655a9c58b9fd935a97f1386893f (patch)
tree85d03fce94cb7ea78c2b1632d5a6090ac20bf8b9 /OpenSim/Framework
parentModule interface change (diff)
downloadopensim-SC_OLD-03063375ee4c4655a9c58b9fd935a97f1386893f.zip
opensim-SC_OLD-03063375ee4c4655a9c58b9fd935a97f1386893f.tar.gz
opensim-SC_OLD-03063375ee4c4655a9c58b9fd935a97f1386893f.tar.bz2
opensim-SC_OLD-03063375ee4c4655a9c58b9fd935a97f1386893f.tar.xz
Add AcceptNotices member to GroupMembershipData and an overload to
IGroupsModule interface
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/GroupData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/GroupData.cs b/OpenSim/Framework/GroupData.cs
index 8b8c6e0..178193e 100644
--- a/OpenSim/Framework/GroupData.cs
+++ b/OpenSim/Framework/GroupData.cs
@@ -92,6 +92,7 @@ namespace OpenSim.Framework
92 public string Title; 92 public string Title;
93 public bool IsOwner; 93 public bool IsOwner;
94 public bool ListInProfile; 94 public bool ListInProfile;
95 public bool AcceptNotices;
95 } 96 }
96 97
97 public struct GroupRolesData 98 public struct GroupRolesData