summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:59:33 +0000
committerfcolin2007-02-01 12:59:33 +0000
commited68834b65e73c237740192961ddcd0a9d7ae843 (patch)
tree2d689a99aa52cc97363e807ce853f937fdef91ed /Bus/Ivy
parent330ff9be895d1aa26ce08ce58fcc62397513dfe0 (diff)
downloadivy-cplusplus-ed68834b65e73c237740192961ddcd0a9d7ae843.zip
ivy-cplusplus-ed68834b65e73c237740192961ddcd0a9d7ae843.tar.gz
ivy-cplusplus-ed68834b65e73c237740192961ddcd0a9d7ae843.tar.bz2
ivy-cplusplus-ed68834b65e73c237740192961ddcd0a9d7ae843.tar.xz
Utilisateur : Fcolin Date : 30/11/00 Heure : 15:34 Archivé dans $/Ivy Commentaire: pb sur l'exit le postMessage se fait sur une Thread Ivy donc pas de fenetre (vss 3)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyApplication.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx
index de43bd0..cd0e70c 100644
--- a/Bus/Ivy/IvyApplication.cxx
+++ b/Bus/Ivy/IvyApplication.cxx
@@ -202,6 +202,7 @@ void IvyApplication::OnReceive(char * line)
if ( bus->CallDieCallback( this, id, arg ) )
{
PostMessage( NULL, WM_CLOSE, 0, 0);
+ exit(-1);
}
break;