aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-03 13:33:46 +0000
committerJustin Clarke Casey2008-04-03 13:33:46 +0000
commit6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85 (patch)
tree7fe1ee918ce816cdf6cec7c49e186b5ac91aff48 /OpenSim/Framework/IClientAPI.cs
parentpoint in time update of NHibernate Asset Mapping code (diff)
downloadopensim-SC_OLD-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.zip
opensim-SC_OLD-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.gz
opensim-SC_OLD-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.bz2
opensim-SC_OLD-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.xz
* Resolve mantis 849
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 9dd17f9..5687e01 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -249,7 +249,7 @@ namespace OpenSim.Framework
249 249
250 public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); 250 public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID);
251 251
252 public delegate void LinkObjects(uint parent, List<uint> children); 252 public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children);
253 253
254 public delegate void DelinkObjects(List<uint> primIds); 254 public delegate void DelinkObjects(List<uint> primIds);
255 255