1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Copyrigth.

This commit is contained in:
Alain Magloire 2002-08-26 05:25:47 +00:00
parent 3c005bb592
commit 67898c2411

View file

@ -1,3 +1,7 @@
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
package org.eclipse.cdt.debug.mi.core;
import java.io.IOException;
@ -202,7 +206,7 @@ public class MIInferior extends Process {
} catch (IOException e) {
e.printStackTrace();
}
session.getRxThread().fireEvent(new MIInferiorExitEvent());
session.fireEvent(new MIInferiorExitEvent());
notifyAll();
}
@ -213,4 +217,5 @@ public class MIInferior extends Process {
public OutputStream getPipedErrorStream() {
return errPiped;
}
}