aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
deleted file mode 100644
index 9790fc7..0000000
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ /dev/null
@@ -1,11 +0,0 @@
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}