diff options
author | fcolin | 2007-02-01 12:59:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:59:33 +0000 |
commit | ed68834b65e73c237740192961ddcd0a9d7ae843 (patch) | |
tree | 2d689a99aa52cc97363e807ce853f937fdef91ed /Bus/Ivy | |
parent | 330ff9be895d1aa26ce08ce58fcc62397513dfe0 (diff) | |
download | ivy-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.cxx | 1 |
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;
|