From 9b955e69a69ccaaff6c3206a1dedbc1e62212d91 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:28 +0000 Subject: Utilisateur : Fcolin Date : 10/02/06 Heure : 15:34 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 19) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index ea19de4..a357508 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -144,5 +144,10 @@ namespace IvyProbe { bus.start(busDomain.Domain); } + + private void bus_ErrorMessage(IvyClient app, int id, string arg) + { + append(app.ApplicationName + " error message "+ id + " '" + arg + "'"); + } } } \ No newline at end of file -- cgit v1.1