Files
opensim/OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
2010-04-10 17:59:08 +02:00

12 lines
321 B
C#

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