diff options
author | Justin Clarke Casey | 2008-11-25 16:47:50 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-25 16:47:50 +0000 |
commit | 6caebb6c932c6404e3e07aab43ae9ae21edfffde (patch) | |
tree | c8cc94bbd934c50e2c91d633e3f12676e7a7472a /OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | |
parent | Add copyright headers. Minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-6caebb6c932c6404e3e07aab43ae9ae21edfffde.zip opensim-SC_OLD-6caebb6c932c6404e3e07aab43ae9ae21edfffde.tar.gz opensim-SC_OLD-6caebb6c932c6404e3e07aab43ae9ae21edfffde.tar.bz2 opensim-SC_OLD-6caebb6c932c6404e3e07aab43ae9ae21edfffde.tar.xz |
* refactor: Establish an IEntityInventory interface for SceneObjectPartInventory.cs and expose that from SceneObjectPart rather than the original object
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs index aff1ef1..82a89df 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | |||
@@ -38,7 +38,7 @@ using OpenSim.Region.Environment.Scenes.Scripting; | |||
38 | 38 | ||
39 | namespace OpenSim.Region.Environment.Scenes | 39 | namespace OpenSim.Region.Environment.Scenes |
40 | { | 40 | { |
41 | public class SceneObjectPartInventory | 41 | public class SceneObjectPartInventory : IEntityInventory |
42 | { | 42 | { |
43 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 43 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
44 | 44 | ||