aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
blob: cdd1bd8e3d9b307eeb9136892cb3922cfe15d326 (plain)
1
2
3
4
5
6
7
8
9
10
11
///////////////////////////////////////////////////////////////////
//
// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
//
// This file is not open source. All rights reserved
// Mod 2
public interface ISnmpModule
{
    void Alert(string message);
    void  Trap(int code,string simname,string Message);
}