diff options
author | fcolin | 2007-02-01 12:56:22 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:56:22 +0000 |
commit | e5faff1c9281641151f0fb6cff53d223fc1d1b91 (patch) | |
tree | 36f7122c6c54495cca21020e2de513b49b63b8fb | |
parent | 875e598e3e1b09ee41a3aeaefc3b8bc78ac68d48 (diff) | |
download | ivy-cplusplus-e5faff1c9281641151f0fb6cff53d223fc1d1b91.zip ivy-cplusplus-e5faff1c9281641151f0fb6cff53d223fc1d1b91.tar.gz ivy-cplusplus-e5faff1c9281641151f0fb6cff53d223fc1d1b91.tar.bz2 ivy-cplusplus-e5faff1c9281641151f0fb6cff53d223fc1d1b91.tar.xz |
Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/Ivy Commentaire: repassage a la STL et correction bug multithread (vss 23)
-rw-r--r-- | Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index daa2129..49be33b 100644 --- a/Ivy/Ivy.cxx +++ b/Ivy/Ivy.cxx @@ -219,7 +219,7 @@ void Ivy::RemoveApplication(IvyApplication * app) /// OLD NOT called because of deallocation PB
// the real remove is done at arrival of a new Application
// or at the bus Stop
- ASSERT( TRUE );
+ TRACE( "Ivy::RemoveApplication %lu\n", app );
if ( app )
{
|