aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
diff options
context:
space:
mode:
authorMelanie2010-04-13 20:14:56 +0100
committerMelanie2010-04-13 20:14:56 +0100
commit4433f53f72c6be11ee0a3453ceec403b5de567fa (patch)
treea5a03dbe9dda95d6573e11669763a0cb608de7b6 /OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
parentMerge branch '0.6.9-post-fixes' into careminster (diff)
downloadopensim-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/Interfaces/ISnmpModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs3
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
7public interface ISnmpModule 7public 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}