diff options
author | MW | 2009-03-05 11:23:31 +0000 |
---|---|---|
committer | MW | 2009-03-05 11:23:31 +0000 |
commit | 732a4fd5fb13541f3d680a5e5f147253347a109e (patch) | |
tree | 1419db564a07b8f6a05d6874e7d2d649c9fd7ce6 | |
parent | Fix moving folders. (diff) | |
download | opensim-SC_OLD-732a4fd5fb13541f3d680a5e5f147253347a109e.zip opensim-SC_OLD-732a4fd5fb13541f3d680a5e5f147253347a109e.tar.gz opensim-SC_OLD-732a4fd5fb13541f3d680a5e5f147253347a109e.tar.bz2 opensim-SC_OLD-732a4fd5fb13541f3d680a5e5f147253347a109e.tar.xz |
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.
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs index 705a3ef..5bc016c 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs | |||
@@ -492,7 +492,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
492 | // return m_server.InventoryProvider.TryCreateFolder(owner, folder); | 492 | // return m_server.InventoryProvider.TryCreateFolder(owner, folder); |
493 | //} | 493 | //} |
494 | 494 | ||
495 | UUID DeserializeUUID(Stream stream) | 495 | static UUID DeserializeUUID(Stream stream) |
496 | { | 496 | { |
497 | UUID id = UUID.Zero; | 497 | UUID id = UUID.Zero; |
498 | 498 | ||