aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
blob: 6fd6ba722429f1543f8809f7f710b6af34fbacf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
///////////////////////////////////////////////////////////////////
//
// (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);
    void ColdStart(int step , string simname);
}