diff options
author | Justin Clark-Casey (justincc) | 2010-05-03 21:36:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-03 21:36:04 +0100 |
commit | 087f47589383ab63760c143f4e7ab3dbe043b325 (patch) | |
tree | da0a61bb03b5444610075e1c1102c3fee72b5313 /OpenSim/Framework/IClientAPI.cs | |
parent | Address symptom of Mantis 4588 (though not the cause) by moving the avatar de... (diff) | |
parent | Fix some symbol errors (diff) | |
download | opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.zip opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.gz opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.bz2 opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.xz |
Merge branch '0.6.9-post-fixes' into 0.6.9
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 222bae0..a6a081d 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 | ||