aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
index 4e03df5..6fd6ba7 100644
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -3,9 +3,10 @@
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(int code,string simname,string Message); 10 void Trap(int code,string simname,string Message);
11 void ColdStart(int step , string simname);
11} 12}