diff options
author | fcolin | 2007-02-01 12:56:22 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:56:22 +0000 |
commit | e16c67dbbecb836c1b61019b58155951baaa60eb (patch) | |
tree | 22aa48633e23cfb8f39102051df60f5bb3855107 | |
parent | eed08b36250de1aca39abf7604557726dc8f686f (diff) | |
download | ivy-cplusplus-e16c67dbbecb836c1b61019b58155951baaa60eb.zip ivy-cplusplus-e16c67dbbecb836c1b61019b58155951baaa60eb.tar.gz ivy-cplusplus-e16c67dbbecb836c1b61019b58155951baaa60eb.tar.bz2 ivy-cplusplus-e16c67dbbecb836c1b61019b58155951baaa60eb.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-- | Bus/Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Ivy.cxx b/Bus/Ivy/Ivy.cxx index daa2129..49be33b 100644 --- a/Bus/Ivy/Ivy.cxx +++ b/Bus/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 )
{
|