aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/Interfaces
diff options
context:
space:
mode:
authorJeff Ames2008-05-18 21:54:13 +0000
committerJeff Ames2008-05-18 21:54:13 +0000
commit901e97f821d95dd0288b4681761b59b5ecc0212b (patch)
tree196ab3bf1e99a4a900ff0a3992bf110bc9e0b1bf /OpenSim/Region/DataSnapshot/Interfaces
parent* This fixes the Sculpty seam. Unfortunately not all sculpties will surviv... (diff)
downloadopensim-SC_OLD-901e97f821d95dd0288b4681761b59b5ecc0212b.zip
opensim-SC_OLD-901e97f821d95dd0288b4681761b59b5ecc0212b.tar.gz
opensim-SC_OLD-901e97f821d95dd0288b4681761b59b5ecc0212b.tar.bz2
opensim-SC_OLD-901e97f821d95dd0288b4681761b59b5ecc0212b.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Region/DataSnapshot/Interfaces')
-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}