diff options
Diffstat (limited to 'OpenSim/Region/DataSnapshot/Interfaces')
-rw-r--r-- | OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs index 8f580fc..9f19b43 100644 --- a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs +++ b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs | |||
@@ -29,7 +29,7 @@ | |||
29 | using System.Xml; | 29 | using System.Xml; |
30 | using OpenSim.Region.Environment.Scenes; | 30 | using OpenSim.Region.Environment.Scenes; |
31 | 31 | ||
32 | namespace OpenSim.Region.DataSnapshot | 32 | namespace OpenSim.Region.DataSnapshot.Interfaces |
33 | { | 33 | { |
34 | public interface IDataSnapshotProvider | 34 | public interface IDataSnapshotProvider |
35 | { | 35 | { |
@@ -41,4 +41,4 @@ namespace OpenSim.Region.DataSnapshot | |||
41 | 41 | ||
42 | Scene GetParentScene { get; } | 42 | Scene GetParentScene { get; } |
43 | } | 43 | } |
44 | } | 44 | } \ No newline at end of file |