diff options
author | fcolin | 2007-02-01 10:04:01 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:04:01 +0000 |
commit | 88533ad731828bec0d87731e7e042fe80fb5bd71 (patch) | |
tree | e4073bf1a08c3d4a8dc6eac3e7a3fa9a6e699fb3 /CSharp/Ivy | |
parent | 8db949d36fe89260e8351416d0fd8e111fb91fb3 (diff) | |
download | ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.zip ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.gz ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.bz2 ivy-csharp-88533ad731828bec0d87731e7e042fe80fb5bd71.tar.xz |
Utilisateur : Fcolin Date : 30/06/06 Heure : 16:43 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 28)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyWatcher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyWatcher.cs b/CSharp/Ivy/IvyPPC/IvyWatcher.cs index 8416921..9a0fc5b 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs @@ -172,7 +172,7 @@ namespace IvyBus stream.sendMsg(EPhost, bus.applicationPort, bus.AppId, bus.AppName);// notifies our arrival on each domain: protocol version + port
}
}
-
+
[Conditional("DEBUG")]
private static void traceDebug(string s)
{
|