diff options
author | fcolin | 2007-02-01 10:03:08 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:03:08 +0000 |
commit | d255ac4a8f07af8c5a5f91215c5b6f634860ccab (patch) | |
tree | 59f90aa52a13ef305734e63542467ab777878c05 /CSharp | |
parent | d27ce639722587647bc812032c55fc8438609705 (diff) | |
download | ivy-csharp-d255ac4a8f07af8c5a5f91215c5b6f634860ccab.zip ivy-csharp-d255ac4a8f07af8c5a5f91215c5b6f634860ccab.tar.gz ivy-csharp-d255ac4a8f07af8c5a5f91215c5b6f634860ccab.tar.bz2 ivy-csharp-d255ac4a8f07af8c5a5f91215c5b6f634860ccab.tar.xz |
Utilisateur : Fcolin Date : 27/06/03 Heure : 18:36 Archivé dans $/EScribe/Ivy Commentaire: (vss 2)
Diffstat (limited to 'CSharp')
-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 749d837..11861db 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs @@ -27,7 +27,7 @@ namespace IvyBus using System.Text;
- class IvyWatcher
+ internal class IvyWatcher
{
private bool isMulticastAddress = false;
private Ivy bus; /* master bus controler */
|