diff options
author | lcc | 2010-04-10 18:05:08 +0200 |
---|---|---|
committer | lcc | 2010-04-10 18:05:08 +0200 |
commit | 58dac970afb09bc003c7089f35fe592516fb209e (patch) | |
tree | 6ecd8124e0aa28e84640fe1e11e545dc139d51f5 /OpenSim/Region/Framework | |
parent | Fixing Trap (diff) | |
download | opensim-SC_OLD-58dac970afb09bc003c7089f35fe592516fb209e.zip opensim-SC_OLD-58dac970afb09bc003c7089f35fe592516fb209e.tar.gz opensim-SC_OLD-58dac970afb09bc003c7089f35fe592516fb209e.tar.bz2 opensim-SC_OLD-58dac970afb09bc003c7089f35fe592516fb209e.tar.xz |
re-fixing this darn file
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISnmpModule.cs | 11 |
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..4e03df5 --- /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 | // | ||
7 | public interface ISnmpModule | ||
8 | { | ||
9 | void Alert(string message); | ||
10 | void Trap(int code,string simname,string Message); | ||
11 | } | ||