aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-11 18:19:21 +0000
committerJustin Clarke Casey2008-04-11 18:19:21 +0000
commit649f304e764784d08f8a79729f70f66972c52c56 (patch)
tree54c0c4e43e5bdd70e860fc7338a68711770f1e4a /OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
parent* Change inventory async response deliver to deliver all items and folders at... (diff)
downloadopensim-SC_OLD-649f304e764784d08f8a79729f70f66972c52c56.zip
opensim-SC_OLD-649f304e764784d08f8a79729f70f66972c52c56.tar.gz
opensim-SC_OLD-649f304e764784d08f8a79729f70f66972c52c56.tar.bz2
opensim-SC_OLD-649f304e764784d08f8a79729f70f66972c52c56.tar.xz
* Minor inventory code cleanup following on from last patch
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index cf701cb..d97cf01 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -200,7 +200,7 @@ namespace OpenSim.Framework.Communications.Cache
200 /// <summary> 200 /// <summary>
201 /// Callback invoked when an item is received from an async request to the inventory service. 201 /// Callback invoked when an item is received from an async request to the inventory service.
202 /// 202 ///
203 /// FIXME: We're assuming here that items are always received after all the folders have been 203 /// We're assuming here that items are always received after all the folders have been
204 /// received. 204 /// received.
205 /// </summary> 205 /// </summary>
206 /// <param name="userID"></param> 206 /// <param name="userID"></param>