Merge branch 'avination' into careminster

This commit is contained in:
Melanie
2012-06-07 23:34:22 +01:00
67 changed files with 467 additions and 122 deletions

View File

@@ -35,5 +35,6 @@ namespace OpenSim.Region.Framework.Interfaces
TimeSpan TimeUntilRestart { get; }
void ScheduleRestart(UUID initiator, string message, int[] alerts, bool notice);
void AbortRestart(string message);
void DelayRestart(int seconds, string message);
}
}