diff options
author | fcolin | 2007-02-01 12:59:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:59:33 +0000 |
commit | 98f393ff247e0073b052cd7484584719cf93fdaf (patch) | |
tree | ff07f37e9ba591b13161267c9805a4ce01d71d20 | |
parent | 2e418cb4dd7804abf714cea0fb94903bad70a985 (diff) | |
download | ivy-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)
-rw-r--r-- | Ivy/IvyApplication.cxx | 1 |
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;
|