diff options
author | lcc | 2010-04-10 17:51:51 +0200 |
---|---|---|
committer | lcc | 2010-04-10 17:51:51 +0200 |
commit | d975bd8e5c937314bbcd5c3b66a48f87057358d0 (patch) | |
tree | f701c30ceadc397211d2258909885d8f901f7878 | |
parent | Add Scene.SnmpService, which is of type ISnmpModule and, if nun-null, can (diff) | |
download | opensim-SC-d975bd8e5c937314bbcd5c3b66a48f87057358d0.zip opensim-SC-d975bd8e5c937314bbcd5c3b66a48f87057358d0.tar.gz opensim-SC-d975bd8e5c937314bbcd5c3b66a48f87057358d0.tar.bz2 opensim-SC-d975bd8e5c937314bbcd5c3b66a48f87057358d0.tar.xz |
Fixing Trap
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISnmpModule.cs | 11 |
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 | // | ||
7 | public interface ISnmpModule | ||
8 | { | ||
9 | void Alert(string message); | ||
10 | void Trap(string message); | ||
11 | } | ||