aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-04 15:02:14 +0000
committerJustin Clarke Casey2009-05-04 15:02:14 +0000
commit509ec2637bd178c270106725297da7f6a1180096 (patch)
tree9b06a74531cf1e18da7cf62cfa8f8e73626a9a64 /OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
parentAdd a method to flush the prim update buffers once a frame, since the timer (diff)
downloadopensim-SC_OLD-509ec2637bd178c270106725297da7f6a1180096.zip
opensim-SC_OLD-509ec2637bd178c270106725297da7f6a1180096.tar.gz
opensim-SC_OLD-509ec2637bd178c270106725297da7f6a1180096.tar.bz2
opensim-SC_OLD-509ec2637bd178c270106725297da7f6a1180096.tar.xz
* Refactor: Simplify InventoryFolderImpl. No functional change.
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
index a625c7e..bc8437c 100644
--- a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
+++ b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
@@ -396,7 +396,7 @@ namespace OpenSim.Framework.Communications.Cache
396 } 396 }
397 397
398 /// <summary> 398 /// <summary>
399 /// Return a copy of the list of child items in this folder 399 /// Return a copy of the list of child items in this folder. The items themselves are the originals.
400 /// </summary> 400 /// </summary>
401 public List<InventoryItemBase> RequestListOfItems() 401 public List<InventoryItemBase> RequestListOfItems()
402 { 402 {
@@ -416,7 +416,7 @@ namespace OpenSim.Framework.Communications.Cache
416 } 416 }
417 417
418 /// <summary> 418 /// <summary>
419 /// Return a copy of the list of child folders in this folder. 419 /// Return a copy of the list of child folders in this folder. The folders themselves are the originals.
420 /// </summary> 420 /// </summary>
421 public List<InventoryFolderBase> RequestListOfFolders() 421 public List<InventoryFolderBase> RequestListOfFolders()
422 { 422 {