diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISnmpModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs index 6fd6ba7..d37a01b 100644 --- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs | |||
@@ -6,7 +6,6 @@ | |||
6 | // Mod 2 | 6 | // Mod 2 |
7 | public interface ISnmpModule | 7 | public interface ISnmpModule |
8 | { | 8 | { |
9 | void Alert(string message); | 9 | void Trap(int code,string simname,string Message); |
10 | void Trap(int code,string simname,string Message); | ||
11 | void ColdStart(int step , string simname); | 10 | void ColdStart(int step , string simname); |
12 | } | 11 | } |