OpenSimMirror/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs

12 lines
290 B
C#
Raw Normal View History

///////////////////////////////////////////////////////////////////
//
// (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);
}