diff options
author | Melanie | 2010-04-13 20:14:56 +0100 |
---|---|---|
committer | Melanie | 2010-04-13 20:14:56 +0100 |
commit | 4433f53f72c6be11ee0a3453ceec403b5de567fa (patch) | |
tree | a5a03dbe9dda95d6573e11669763a0cb608de7b6 /OpenSim/Region/Framework | |
parent | Merge branch '0.6.9-post-fixes' into careminster (diff) | |
download | opensim-SC_OLD-4433f53f72c6be11ee0a3453ceec403b5de567fa.zip opensim-SC_OLD-4433f53f72c6be11ee0a3453ceec403b5de567fa.tar.gz opensim-SC_OLD-4433f53f72c6be11ee0a3453ceec403b5de567fa.tar.bz2 opensim-SC_OLD-4433f53f72c6be11ee0a3453ceec403b5de567fa.tar.xz |
Drop unused Alert() method from ISnmpModule
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 | } |