* Make a step on removing direct access to TaskInventoryDictionary from other packages

This commit is contained in:
Justin Clarke Casey
2008-11-25 17:15:21 +00:00
parent 11f7471d9c
commit 759a667247
4 changed files with 16 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenSim.Region.Environment.Scenes
/// <value>
/// Inventory serial number
/// </value>
public uint Serial
protected internal uint Serial
{
get { return m_inventorySerial; }
set { m_inventorySerial = value; }
@@ -78,7 +78,7 @@ namespace OpenSim.Region.Environment.Scenes
/// <value>
/// Raw inventory data
/// </value>
public TaskInventoryDictionary Items
protected internal TaskInventoryDictionary Items
{
get { return m_items; }
set { m_items = value; }