re-fixing this darn file
parent
d975bd8e5c
commit
58dac970af
|
@ -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);
|
||||
}
|
Loading…
Reference in New Issue