aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2009-08-22 20:18:56 +0100
committerMelanie2009-08-22 20:18:56 +0100
commit1e4238af92dbfdc12be08c211cd0b9d813bfb268 (patch)
tree812c0fcb2f7797098d9d3c5855c1ed93e603be76 /OpenSim/Framework/IClientAPI.cs
parentChange prompt handling in console. No user changes (diff)
parentMoved a debug message. (diff)
downloadopensim-SC_OLD-1e4238af92dbfdc12be08c211cd0b9d813bfb268.zip
opensim-SC_OLD-1e4238af92dbfdc12be08c211cd0b9d813bfb268.tar.gz
opensim-SC_OLD-1e4238af92dbfdc12be08c211cd0b9d813bfb268.tar.bz2
opensim-SC_OLD-1e4238af92dbfdc12be08c211cd0b9d813bfb268.tar.xz
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
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 c6cdcaa..444adf9 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -260,7 +260,7 @@ namespace OpenSim.Framework
260 IClientAPI remoteClient, List<UUID> itemIDs); 260 IClientAPI remoteClient, List<UUID> itemIDs);
261 261
262 public delegate void RemoveInventoryFolder( 262 public delegate void RemoveInventoryFolder(
263 IClientAPI remoteClient, UUID folderID); 263 IClientAPI remoteClient, List<UUID> folderIDs);
264 264
265 public delegate void RequestAsset(IClientAPI remoteClient, RequestAssetArgs transferRequest); 265 public delegate void RequestAsset(IClientAPI remoteClient, RequestAssetArgs transferRequest);
266 266