aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
blob: 9790fc7558802af8dd9df3c8deb3c9c6810e0b2a (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
//
public interface ISnmpModule
{
    void Alert(string message);
    void Trap(string message);
}