aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-04-05 23:20:56 +0200
committerMelanie Thielker2010-04-05 23:20:56 +0200
commite7be131b8990e5397e13c5049caaafde4c0c447c (patch)
treea7fe7fa7066ba265f1fc1e5952f57ce7929c5f5a /OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
parentTest commit (diff)
downloadopensim-SC_OLD-e7be131b8990e5397e13c5049caaafde4c0c447c.zip
opensim-SC_OLD-e7be131b8990e5397e13c5049caaafde4c0c447c.tar.gz
opensim-SC_OLD-e7be131b8990e5397e13c5049caaafde4c0c447c.tar.bz2
opensim-SC_OLD-e7be131b8990e5397e13c5049caaafde4c0c447c.tar.xz
Add the ISnmpModule interface definition to Careminster release
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/ISnmpModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
new file mode 100644
index 0000000..9790fc7
--- /dev/null
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -0,0 +1,11 @@
1///////////////////////////////////////////////////////////////////
2//
3// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
4//
5// This file is not open source. All rights reserved
6//
7public interface ISnmpModule
8{
9 void Alert(string message);
10 void Trap(string message);
11}