aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/Interfaces
diff options
context:
space:
mode:
authorDiva Canto2012-11-10 11:26:03 -0800
committerDiva Canto2012-11-10 11:26:03 -0800
commitb3574d23e465e6219e732ab6c28772f1359452ca (patch)
tree189e553d9a10114e76e3530cb9fc5943df7a906e /OpenSim/Region/DataSnapshot/Interfaces
parentOne more module converted: ObjectAdd. (diff)
downloadopensim-SC_OLD-b3574d23e465e6219e732ab6c28772f1359452ca.zip
opensim-SC_OLD-b3574d23e465e6219e732ab6c28772f1359452ca.tar.gz
opensim-SC_OLD-b3574d23e465e6219e732ab6c28772f1359452ca.tar.bz2
opensim-SC_OLD-b3574d23e465e6219e732ab6c28772f1359452ca.tar.xz
One more module converted: DataSnapshot.
Diffstat (limited to 'OpenSim/Region/DataSnapshot/Interfaces')
-rw-r--r--OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs
index 59cdab9..3b3db65 100644
--- a/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs
+++ b/OpenSim/Region/DataSnapshot/Interfaces/IDataSnapshot.cs
@@ -32,6 +32,5 @@ namespace OpenSim.Region.DataSnapshot.Interfaces
32 public interface IDataSnapshot 32 public interface IDataSnapshot
33 { 33 {
34 XmlDocument GetSnapshot(string regionName); 34 XmlDocument GetSnapshot(string regionName);
35 void MakeEverythingStale();
36 } 35 }
37} 36}