dding this deleted file...

avinationmerge
lcc 2010-04-10 17:59:08 +02:00
parent a97a887ea4
commit c4eaf195b5
1 changed files with 2 additions and 2 deletions

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