From a1c8aa4050b7f7a94e02dd40d8cd456f258b4e2b Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 15:36:39 +0000 Subject: * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. --- OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshotProvider.cs') 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 @@ using System.Xml; using OpenSim.Region.Environment.Scenes; -namespace OpenSim.Region.DataSnapshot +namespace OpenSim.Region.DataSnapshot.Interfaces { public interface IDataSnapshotProvider { @@ -41,4 +41,4 @@ namespace OpenSim.Region.DataSnapshot Scene GetParentScene { get; } } -} +} \ No newline at end of file -- cgit v1.1