summaryrefslogtreecommitdiff
path: root/Bus/Ivy/Ivy.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:56:22 +0000
committerfcolin2007-02-01 12:56:22 +0000
commite16c67dbbecb836c1b61019b58155951baaa60eb (patch)
tree22aa48633e23cfb8f39102051df60f5bb3855107 /Bus/Ivy/Ivy.cxx
parenteed08b36250de1aca39abf7604557726dc8f686f (diff)
downloadivy-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)
Diffstat (limited to 'Bus/Ivy/Ivy.cxx')
-rw-r--r--Bus/Ivy/Ivy.cxx2
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 )
{