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.

This commit is contained in:
MW
2009-03-05 11:23:31 +00:00
parent 1894d69c8a
commit 732a4fd5fb

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;