diff options
author | fcolin | 2007-02-01 13:00:03 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:03 +0000 |
commit | 39af46d7f31671bec677e9553f65151e4a97f53a (patch) | |
tree | afcad0c919d4c9c16d68c917411cfd82b66a45ca /Bus/Ivy/IvyApplication.cxx | |
parent | 981a76e5633a7a28f2f53f8a213e4cb22b3d1ca8 (diff) | |
download | ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.zip ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.gz ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.bz2 ivy-cplusplus-39af46d7f31671bec677e9553f65151e4a97f53a.tar.xz |
Utilisateur : Fcolin Date : 9/02/04 Heure : 16:14 Archivé dans $/Bus/Ivy Commentaire: (vss 18)
Diffstat (limited to 'Bus/Ivy/IvyApplication.cxx')
-rw-r--r-- | Bus/Ivy/IvyApplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx index 008be70..f0d4f75 100644 --- a/Bus/Ivy/IvyApplication.cxx +++ b/Bus/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)
|