diff options
author | fcolin | 2007-02-01 09:56:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:56:28 +0000 |
commit | 48b0b5180f456ae399634bafe9ab3d2e2b0ce28e (patch) | |
tree | 7bfa5598f2031409152171548bb13959b71e739e /CSharp/Ivy/IvyPPC/Ivy.cs | |
parent | 8eb9d4b120dcb9e89b557c0b43ad83d57cef38be (diff) | |
download | ivy-csharp-48b0b5180f456ae399634bafe9ab3d2e2b0ce28e.zip ivy-csharp-48b0b5180f456ae399634bafe9ab3d2e2b0ce28e.tar.gz ivy-csharp-48b0b5180f456ae399634bafe9ab3d2e2b0ce28e.tar.bz2 ivy-csharp-48b0b5180f456ae399634bafe9ab3d2e2b0ce28e.tar.xz |
Utilisateur : Fcolin Date : 22/12/06 Heure : 17:39 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: modif compile sur PocketPC (vss 76)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/Ivy.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 0e6994a..1c38396 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -309,7 +309,7 @@ namespace IvyBus //TODO Autobinding attribute
#if (PocketPC)
if (parentControl != null)
- AutoBinding(parentControl);
+ BindAttibute(parentControl);
#endif
Assembly assembly = Assembly.GetCallingAssembly();
if ( assembly != this.GetType().Assembly )
@@ -482,7 +482,7 @@ namespace IvyBus serverThread.Start();
#if (PocketPC )
- traceDebug(" Ivy Threading start in progress...");
+ Ivy.traceProtocol("Ivy", "Threading start in progress...");
Thread.Sleep(100);
#else
// Wait for readyness
|