aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
index 9790fc7..cdd1bd8 100644
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -3,9 +3,9 @@
3// (c) Careminster LImited, Melanie Thielker and the Meta7 Team 3// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
4// 4//
5// This file is not open source. All rights reserved 5// This file is not open source. All rights reserved
6// 6// Mod 2
7public interface ISnmpModule 7public interface ISnmpModule
8{ 8{
9 void Alert(string message); 9 void Alert(string message);
10 void Trap(string message); 10 void Trap(int code,string simname,string Message);
11} 11}