diff options
author | Melanie Thielker | 2009-05-12 15:52:28 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-12 15:52:28 +0000 |
commit | fca73f3ae488de578c4c6e093c9d1185ec6d4ba3 (patch) | |
tree | b08e0b95f71fb41cb8cdfffc87cc56c2a9293d41 /OpenSim/Region/OptionalModules | |
parent | more fixes to default avatar appearance creation (diff) | |
download | opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.zip opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.gz opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.bz2 opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.xz |
Add more group notify glue
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs index 2a3df8c..3b12722 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs | |||
@@ -1291,6 +1291,13 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
1291 | } | 1291 | } |
1292 | } | 1292 | } |
1293 | 1293 | ||
1294 | public void NotifyChange(UUID groupID) | ||
1295 | { | ||
1296 | // Notify all group members of a chnge in group roles and/or | ||
1297 | // permissions | ||
1298 | // | ||
1299 | } | ||
1300 | |||
1294 | #endregion | 1301 | #endregion |
1295 | } | 1302 | } |
1296 | 1303 | ||