mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
re-fixing this darn file
This commit is contained in:
11
OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
Normal file
11
OpenSim/Region/Framework/Interfaces/ISnmpModule.cs
Normal file
@@ -0,0 +1,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(int code,string simname,string Message);
|
||||
}
|
||||
Reference in New Issue
Block a user