mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user