re-fixing this darn file

This commit is contained in:
lcc
2010-04-10 18:05:08 +02:00
parent d975bd8e5c
commit 58dac970af

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