1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

new method to retrieve the PTY.

This commit is contained in:
Alain Magloire 2002-09-10 14:28:41 +00:00
parent 3f1e359697
commit c8c9ec8a30

View file

@ -265,4 +265,7 @@ public class MIInferior extends Process {
return errPiped;
}
public PTY getPTY() {
return pty;
}
}