* Moved ParcelManager enums out into the main OpenMetaverse namespace

* Removed some members from the Parcel struct that shouldn't be there

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2232 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-09-22 13:02:27 +00:00
parent 640ccaf2ee
commit 6b040fd03a
5 changed files with 235 additions and 220 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenMetaverse.TestClient
};
Client.Parcels.OnParcelSelectedObjects += callback;
Client.Parcels.SelectObjects(parcelID, (ParcelManager.ObjectReturnType)16, ownerUUID);
Client.Parcels.SelectObjects(parcelID, (ObjectReturnType)16, ownerUUID);
Client.Parcels.ObjectOwnersRequest(Client.Network.CurrentSim, parcelID);