diff options
author | Diva Canto | 2012-11-10 11:26:03 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-10 11:26:03 -0800 |
commit | b3574d23e465e6219e732ab6c28772f1359452ca (patch) | |
tree | 189e553d9a10114e76e3530cb9fc5943df7a906e /OpenSim/Region/DataSnapshot/Interfaces | |
parent | One more module converted: ObjectAdd. (diff) | |
download | opensim-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.cs | 1 |
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 | } |