Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method static to get past the build errors. Mikem really needs to check this change over to see its the right approach for what he wanted.

0.6.4-rc1
MW 2009-03-05 11:23:31 +00:00
parent 1894d69c8a
commit 732a4fd5fb
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim
// return m_server.InventoryProvider.TryCreateFolder(owner, folder);
//}
UUID DeserializeUUID(Stream stream)
static UUID DeserializeUUID(Stream stream)
{
UUID id = UUID.Zero;