aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
index cdd1bd8..6fd6ba7 100644
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -8,4 +8,5 @@ public 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}