dding this deleted file...

This commit is contained in:
lcc
2010-04-10 17:59:08 +02:00
parent a97a887ea4
commit c4eaf195b5

View File

@@ -3,9 +3,9 @@
// (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(string message);
void Trap(int code,string simname,string Message);
}