* Adding a LocklessQueue collection to OpenMetaverseTypes

* Fixing minor compile warnings

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2772 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-05-16 09:12:12 +00:00
parent ef072802d4
commit 2520b6d0ea
4 changed files with 119 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenMetaverse.TestClient
List<InventoryBase> items = Client.Inventory.GetTaskInventory(objectID, objectLocalID, 1000 * 30);
bool wantSet = false;
//bool wantSet = false;
bool setTaskTo = false;
if (items != null)
{