aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorKitto Flora2010-04-05 23:25:46 -0400
committerKitto Flora2010-04-05 23:25:46 -0400
commita97a887ea45a756d4691bb18d655bf09653e7bde (patch)
treef9a161705c64b53bb516c63355be19f6f238aac6 /OpenSim/Region/Framework/Interfaces
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC-a97a887ea45a756d4691bb18d655bf09653e7bde.zip
opensim-SC-a97a887ea45a756d4691bb18d655bf09653e7bde.tar.gz
opensim-SC-a97a887ea45a756d4691bb18d655bf09653e7bde.tar.bz2
opensim-SC-a97a887ea45a756d4691bb18d655bf09653e7bde.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-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}