summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:59:33 +0000
committerfcolin2007-02-01 12:59:33 +0000
commit98f393ff247e0073b052cd7484584719cf93fdaf (patch)
treeff07f37e9ba591b13161267c9805a4ce01d71d20 /Ivy/IvyApplication.cxx
parent2e418cb4dd7804abf714cea0fb94903bad70a985 (diff)
downloadivy-cplusplus-98f393ff247e0073b052cd7484584719cf93fdaf.zip
ivy-cplusplus-98f393ff247e0073b052cd7484584719cf93fdaf.tar.gz
ivy-cplusplus-98f393ff247e0073b052cd7484584719cf93fdaf.tar.bz2
ivy-cplusplus-98f393ff247e0073b052cd7484584719cf93fdaf.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 'Ivy/IvyApplication.cxx')
-rw-r--r--Ivy/IvyApplication.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx
index de43bd0..cd0e70c 100644
--- a/Ivy/IvyApplication.cxx
+++ b/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;