aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorlcc2010-04-10 17:59:08 +0200
committerlcc2010-04-10 17:59:08 +0200
commitc4eaf195b53be3f19fe25bd7ac4a41bd002bbc8d (patch)
tree072bccac0b10c14dbd39d1618349e95e7ed43246 /OpenSim/Region/Framework
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC_OLD-c4eaf195b53be3f19fe25bd7ac4a41bd002bbc8d.zip
opensim-SC_OLD-c4eaf195b53be3f19fe25bd7ac4a41bd002bbc8d.tar.gz
opensim-SC_OLD-c4eaf195b53be3f19fe25bd7ac4a41bd002bbc8d.tar.bz2
opensim-SC_OLD-c4eaf195b53be3f19fe25bd7ac4a41bd002bbc8d.tar.xz
dding this deleted file...
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISnmpModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
index 9790fc7..cdd1bd8 100644
--- a/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
@@ -3,9 +3,9 @@
3// (c) Careminster LImited, Melanie Thielker and the Meta7 Team 3// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
4// 4//
5// This file is not open source. All rights reserved 5// This file is not open source. All rights reserved
6// 6// Mod 2
7public interface ISnmpModule 7public interface ISnmpModule
8{ 8{
9 void Alert(string message); 9 void Alert(string message);
10 void Trap(string message); 10 void Trap(int code,string simname,string Message);
11} 11}