mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
made QueItem a nested class in SimClient.
This commit is contained in:
@@ -5,6 +5,7 @@ using libsecondlife.Packets;
|
||||
|
||||
namespace OpenSim
|
||||
{
|
||||
/*
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
@@ -13,6 +14,6 @@ namespace OpenSim
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
@@ -1015,5 +1015,15 @@ namespace OpenSim
|
||||
m_assetCache.AddAsset(asset);
|
||||
m_inventoryCache.AddNewInventoryItem(this, packet.InventoryBlock.FolderID, asset);
|
||||
}
|
||||
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user