aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs')
-rw-r--r--OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs26
1 files changed, 13 insertions, 13 deletions
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 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using System.Xml; 4using System.Xml;
5 5
6namespace OpenSim.Region.DataSnapshot.Interfaces 6namespace OpenSim.Region.DataSnapshot.Interfaces
7{ 7{
8 public interface IDataSnapshot 8 public interface IDataSnapshot
9 { 9 {
10 XmlDocument GetSnapshot(string regionName); 10 XmlDocument GetSnapshot(string regionName);
11 void MakeEverythingStale(); 11 void MakeEverythingStale();
12 } 12 }
13} 13}