From 7e5245317ba6cfeaec91e800eae5e5ed9ab2dc76 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 15 May 2011 21:25:55 +0000 Subject: [PATCH] Clarify documentation for SetPermissions() git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3519 52acb1d6-8a22-11de-b505-999d5b087335 --- OpenMetaverse/ObjectManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenMetaverse/ObjectManager.cs b/OpenMetaverse/ObjectManager.cs index ccbad354..cf26d92a 100644 --- a/OpenMetaverse/ObjectManager.cs +++ b/OpenMetaverse/ObjectManager.cs @@ -1467,8 +1467,8 @@ namespace OpenMetaverse /// A reference to the object where the objects reside /// An array which contains the IDs of the objects to set the permissions on /// The new Who mask to set - /// The new Permissions mark to set - /// TODO: What does this do? + /// Which permission to modify + /// The new state of permission public void SetPermissions(Simulator simulator, List localIDs, PermissionWho who, PermissionMask permissions, bool set) {