diff options
author | fcolin | 2007-02-01 13:00:23 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:23 +0000 |
commit | 9a3a3e20affe5c868b049d23a72d0893aa590753 (patch) | |
tree | 8812bd0519d6b13763ed53f907e3257c68d71463 /Bus/Ivy/IvyApplication.cxx | |
parent | 9f763ede1f2a090d40c828234c537b83e6980c63 (diff) | |
download | ivy-cplusplus-9a3a3e20affe5c868b049d23a72d0893aa590753.zip ivy-cplusplus-9a3a3e20affe5c868b049d23a72d0893aa590753.tar.gz ivy-cplusplus-9a3a3e20affe5c868b049d23a72d0893aa590753.tar.bz2 ivy-cplusplus-9a3a3e20affe5c868b049d23a72d0893aa590753.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 28)
Diffstat (limited to 'Bus/Ivy/IvyApplication.cxx')
-rw-r--r-- | Bus/Ivy/IvyApplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx index 32b89a2..b0fa052 100644 --- a/Bus/Ivy/IvyApplication.cxx +++ b/Bus/Ivy/IvyApplication.cxx @@ -324,7 +324,7 @@ void IvyApplication::OnClose(int nErrorCode) #endif
regexp_in.clear();
Close();
-// bus->RemoveApplication( this );
+ //bus->RemoveApplication( this );
}
int IvyApplication::SendMsg(const char *message)
|