1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Improve Javadoc in HostShellProcessAdapter

This commit is contained in:
Martin Oberhuber 2006-11-16 10:17:05 +00:00
parent 2f2da842d1
commit 08be597207

View file

@ -84,6 +84,10 @@ IHostShellOutputListener {
if(hostShell.isActive())
throw new IllegalThreadStateException();
// No way to tell what the exit value was.
// TODO it would be possible to get the exit value
// when the remote process is started like this:
// sh -c 'remotecmd ; echo "-->RSETAG<-- $?\"'
// Then the output steram could be examined for -->RSETAG<-- to get the exit value.
return 0;
}