diff options
author | Jeff Ames | 2008-05-18 21:54:13 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-18 21:54:13 +0000 |
commit | 901e97f821d95dd0288b4681761b59b5ecc0212b (patch) | |
tree | 196ab3bf1e99a4a900ff0a3992bf110bc9e0b1bf /OpenSim/Region/DataSnapshot/Interfaces | |
parent | * This fixes the Sculpty seam. Unfortunately not all sculpties will surviv... (diff) | |
download | opensim-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.cs | 26 |
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 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using System.Xml; | 4 | using System.Xml; |
5 | 5 | ||
6 | namespace OpenSim.Region.DataSnapshot.Interfaces | 6 | namespace 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 | } |