aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorKitto Flora2010-05-07 15:16:59 -0400
committerKitto Flora2010-05-07 15:16:59 -0400
commitbc7d84b75c8443b82301717ceb603d6c1fbee931 (patch)
treebceb1bf07c14dd75d4508a1c93e5271dfff183c7 /OpenSim/Framework
parentFix Mouse+WASD makes Av rise; Fix PREJUMP. (diff)
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.zip
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.gz
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.bz2
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Framework')
-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 06c5094..bcbc957 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -73,7 +73,7 @@ namespace OpenSim.Framework
73 73
74 public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children); 74 public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children);
75 75
76 public delegate void DelinkObjects(List<uint> primIds); 76 public delegate void DelinkObjects(List<uint> primIds, IClientAPI client);
77 77
78 public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag); 78 public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag);
79 79