aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorlbsa712007-12-14 15:29:51 +0000
committerlbsa712007-12-14 15:29:51 +0000
commit9ed2b262329d760d5ed52cabdcccfa59d9a1d50e (patch)
tree36a65233a51067ee95030b79b5d8ad03776ca928 /OpenSim/Framework
parentfixed OpenSim.ini.example to include a inventory_server_url = http://127.0.0.... (diff)
downloadopensim-SC_OLD-9ed2b262329d760d5ed52cabdcccfa59d9a1d50e.zip
opensim-SC_OLD-9ed2b262329d760d5ed52cabdcccfa59d9a1d50e.tar.gz
opensim-SC_OLD-9ed2b262329d760d5ed52cabdcccfa59d9a1d50e.tar.bz2
opensim-SC_OLD-9ed2b262329d760d5ed52cabdcccfa59d9a1d50e.tar.xz
* Just making Create public
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs
index 2a24821..fdb2afe 100644
--- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs
+++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs
@@ -117,7 +117,7 @@ namespace OpenSim.Framework.Communications.Cache
117 Items.Add(item.inventoryID, item); 117 Items.Add(item.inventoryID, item);
118 } 118 }
119 119
120 private InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID) 120 public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID)
121 { 121 {
122 InventoryItemBase item = new InventoryItemBase(); 122 InventoryItemBase item = new InventoryItemBase();
123 item.avatarID = libOwner; 123 item.avatarID = libOwner;