aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2013-04-25 21:37:25 +0100
committerMelanie2013-04-25 21:37:25 +0100
commitfb8aa220845c13872dbeae58efc6183ded7f7f52 (patch)
treefdc05e151953f1261cb9f66421edc7a4dc8bb46b /OpenSim/Framework/IClientAPI.cs
parentMerge branch 'master' into careminster (diff)
parentChange EconomyDataRequest signature to use an IClientAPI rather than UUID. Th... (diff)
downloadopensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.zip
opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.gz
opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.bz2
opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.xz
Merge branch 'master' into careminster
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 655ba8a..c88828b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -320,7 +320,7 @@ namespace OpenSim.Framework
320 public delegate void ObjectPermissions( 320 public delegate void ObjectPermissions(
321 IClientAPI controller, UUID agentID, UUID sessionID, byte field, uint localId, uint mask, byte set); 321 IClientAPI controller, UUID agentID, UUID sessionID, byte field, uint localId, uint mask, byte set);
322 322
323 public delegate void EconomyDataRequest(UUID agentID); 323 public delegate void EconomyDataRequest(IClientAPI client);
324 324
325 public delegate void ObjectIncludeInSearch(IClientAPI remoteClient, bool IncludeInSearch, uint localID); 325 public delegate void ObjectIncludeInSearch(IClientAPI remoteClient, bool IncludeInSearch, uint localID);
326 326