diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 6d85477..deef028 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -9,6 +9,10 @@ using Nini.Config; | |||
9 | 9 | ||
10 | namespace OpenSim.Framework.Communications.Caches | 10 | namespace OpenSim.Framework.Communications.Caches |
11 | { | 11 | { |
12 | /// <summary> | ||
13 | /// Basically a hack to give us a Inventory library while we don't have a inventory server | ||
14 | /// once the server is fully implemented then should read the data from that | ||
15 | /// </summary> | ||
12 | public class LibraryRootFolder : InventoryFolder | 16 | public class LibraryRootFolder : InventoryFolder |
13 | { | 17 | { |
14 | private LLUUID libOwner = new LLUUID("11111111-1111-0000-0000-000100bba000"); | 18 | private LLUUID libOwner = new LLUUID("11111111-1111-0000-0000-000100bba000"); |