From 901e97f821d95dd0288b4681761b59b5ecc0212b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 18 May 2008 21:54:13 +0000 Subject: Update svn properties. --- .../DataSnapshot/Interfaces/IDataSnapshot.cs | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'OpenSim/Region/DataSnapshot/Interfaces') diff --git a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs index 697d313..447aec6 100644 --- a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs @@ -1,13 +1,13 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Xml; - -namespace OpenSim.Region.DataSnapshot.Interfaces -{ - public interface IDataSnapshot - { - XmlDocument GetSnapshot(string regionName); - void MakeEverythingStale(); - } -} +using System; +using System.Collections.Generic; +using System.Text; +using System.Xml; + +namespace OpenSim.Region.DataSnapshot.Interfaces +{ + public interface IDataSnapshot + { + XmlDocument GetSnapshot(string regionName); + void MakeEverythingStale(); + } +} -- cgit v1.1