diff options
author | Melanie | 2010-11-25 01:22:05 +0000 |
---|---|---|
committer | Melanie | 2010-11-25 01:22:05 +0000 |
commit | 6734c9f83ae00b762873c3d99293435552b9a0c2 (patch) | |
tree | 2ec1179910897c50d204882357251696f56fb85d /OpenSim/Region/Framework | |
parent | Adding the skeleton for the restart module (diff) | |
download | opensim-SC_OLD-6734c9f83ae00b762873c3d99293435552b9a0c2.zip opensim-SC_OLD-6734c9f83ae00b762873c3d99293435552b9a0c2.tar.gz opensim-SC_OLD-6734c9f83ae00b762873c3d99293435552b9a0c2.tar.bz2 opensim-SC_OLD-6734c9f83ae00b762873c3d99293435552b9a0c2.tar.xz |
Implement the restart module
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRestartModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRestartModule.cs b/OpenSim/Region/Framework/Interfaces/IRestartModule.cs index d8cac7b..c68550f 100644 --- a/OpenSim/Region/Framework/Interfaces/IRestartModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRestartModule.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
33 | public interface IRestartModule | 33 | public interface IRestartModule |
34 | { | 34 | { |
35 | TimeSpan TimeUntilRestart { get; } | 35 | TimeSpan TimeUntilRestart { get; } |
36 | void ScheduleRestart(UUID initiator, string message, int seconds, int[] alerts, bool notice); | 36 | void ScheduleRestart(UUID initiator, string message, int[] alerts, bool notice); |
37 | void AbortRestart(string message); | 37 | void AbortRestart(string message); |
38 | } | 38 | } |
39 | } | 39 | } |