aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2010-04-14 10:42:14 +0100
committerMelanie2010-04-14 10:42:14 +0100
commit1636f535ba1915732927054be36b909b67a6de6c (patch)
treeecbe5909fb8855eee44526c3e4a5164eadf1f688 /OpenSim/Region/Framework/Interfaces
parentChange ISnmpModule to use scene references (diff)
downloadopensim-SC_OLD-1636f535ba1915732927054be36b909b67a6de6c.zip
opensim-SC_OLD-1636f535ba1915732927054be36b909b67a6de6c.tar.gz
opensim-SC_OLD-1636f535ba1915732927054be36b909b67a6de6c.tar.bz2
opensim-SC_OLD-1636f535ba1915732927054be36b909b67a6de6c.tar.xz
Committing sacha's partial work (from orpheus). The GridBrat needs to learn
a bit of git
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
index 5143b21..8a83fe9 100644
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -10,7 +10,7 @@ using OpenSim.Region.Framework.Scenes;
10public interface ISnmpModule 10public interface ISnmpModule
11{ 11{
12 void Trap(int code, string Message, Scene scene); 12 void Trap(int code, string Message, Scene scene);
13 void Critcal(string Message, Scene scene); 13 void Critical(string Message, Scene scene);
14 void Warning(string Message, Scene scene); 14 void Warning(string Message, Scene scene);
15 void Major(string Message, Scene scene); 15 void Major(string Message, Scene scene);
16 void ColdStart(int step , Scene scene); 16 void ColdStart(int step , Scene scene);