re-fixing this darn file

avinationmerge
lcc 2010-04-10 18:05:08 +02:00
parent d975bd8e5c
commit 58dac970af
1 changed files with 11 additions and 0 deletions

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