~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to profiling/org.eclipse.linuxtools.profiling.launch.remote/src/org/eclipse/linuxtools/profiling/launch/remote/RemoteConnection.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        // no way for us to tell when the command has completed.  To handle this,
58
58
        // we use a special wrapper class to call the command and use echo statements
59
59
        // to tell when the command has completed.
60
 
        private class RemoteCommand extends RemoteCommandShellOperation {
 
60
        private static class RemoteCommand extends RemoteCommandShellOperation {
61
61
 
62
62
                private boolean finished;
63
63