Author: kwright
Date: Thu Sep 5 05:06:45 2013
New Revision: 1520212
URL: http://svn.apache.org/r1520212
Log:
Use ISecurableObject rather than SPSecurableObject
Modified:
manifoldcf/integration/sharepoint-2007/branches/CONNECTORS-754/webservice/MCPermissions.cs
Modified:
manifoldcf/integration/sharepoint-2007/branches/CONNECTORS-754/webservice/MCPermissions.cs
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2007/branches/CONNECTORS-754/webservice/MCPermissions.cs?rev=1520212&r1=1520211&r2=1520212&view=diff
==============================================================================
---
manifoldcf/integration/sharepoint-2007/branches/CONNECTORS-754/webservice/MCPermissions.cs
(original)
+++
manifoldcf/integration/sharepoint-2007/branches/CONNECTORS-754/webservice/MCPermissions.cs
Thu Sep 5 05:06:45 2013
@@ -141,7 +141,7 @@ namespace MetaCarta.SharePoint.SoapServe
}
}
- private XmlNode PopulateResponse(SPSecurableObject item)
+ private XmlNode PopulateResponse(ISecurableObject item)
{
XmlNode retVal = null;
if (item.RoleAssignments.Count > 0)