diff options
author | Kitto Flora | 2010-05-07 15:16:59 -0400 |
---|---|---|
committer | Kitto Flora | 2010-05-07 15:16:59 -0400 |
commit | bc7d84b75c8443b82301717ceb603d6c1fbee931 (patch) | |
tree | bceb1bf07c14dd75d4508a1c93e5271dfff183c7 /OpenSim/Framework | |
parent | Fix Mouse+WASD makes Av rise; Fix PREJUMP. (diff) | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff) | |
download | opensim-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.cs | 2 |
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 | ||