diff options
author | fcolin | 2007-02-01 13:00:03 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:03 +0000 |
commit | fc091c2b6c66878f01575c3c24121f3dde9450a3 (patch) | |
tree | cfc53122f2fda933fbc1e3a3be96fd588c3e767f /Ivy/IvyApplication.cxx | |
parent | 4cd382a0d401eb9a4447473555d82d30a8d44e16 (diff) | |
download | ivy-cplusplus-fc091c2b6c66878f01575c3c24121f3dde9450a3.zip ivy-cplusplus-fc091c2b6c66878f01575c3c24121f3dde9450a3.tar.gz ivy-cplusplus-fc091c2b6c66878f01575c3c24121f3dde9450a3.tar.bz2 ivy-cplusplus-fc091c2b6c66878f01575c3c24121f3dde9450a3.tar.xz |
Utilisateur : Fcolin Date : 9/02/04 Heure : 16:14 Archivé dans $/Bus/Ivy Commentaire: (vss 18)
Diffstat (limited to 'Ivy/IvyApplication.cxx')
-rw-r--r-- | Ivy/IvyApplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index 008be70..f0d4f75 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -287,11 +287,12 @@ void IvyApplication::OnClose(int nErrorCode) TRACE("Deconnexion de %s:%u\n", remotehost.c_str(), remoteport );
if ( AppConnectedCallbackCalled )
bus->CallApplicationDisconnectedCallback( this );
-// bus->RemoveApplication( this );
+
for ( unsigned int i = 0; i < regexp_in.size(); i++)
delete regexp_in[i];
regexp_in.clear();
Close();
+// bus->RemoveApplication( this );
}
int IvyApplication::SendMsg(const char *message)
|