diff options
author | fcolin | 2007-02-01 10:06:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:06:28 +0000 |
commit | 9b955e69a69ccaaff6c3206a1dedbc1e62212d91 (patch) | |
tree | 1304211fc69e8186aa39d32b8cdd70d51f70dd86 /CSharp/Ivy | |
parent | 7d173bdf6ac0d03b29a3f900c517860ffd332cce (diff) | |
download | ivy-csharp-9b955e69a69ccaaff6c3206a1dedbc1e62212d91.zip ivy-csharp-9b955e69a69ccaaff6c3206a1dedbc1e62212d91.tar.gz ivy-csharp-9b955e69a69ccaaff6c3206a1dedbc1e62212d91.tar.bz2 ivy-csharp-9b955e69a69ccaaff6c3206a1dedbc1e62212d91.tar.xz |
Utilisateur : Fcolin Date : 10/02/06 Heure : 15:34 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 19)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 |