Re: [yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-25 Thread Grigoropol, IoanaX
:19 AM To: yocto@yoctoproject.org Subject: [yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell - add a plain getter in the AbstractHostShell class: - the compilation is not broken for subclasses of this class since it always returns null

[yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-21 Thread Ioana Grigoropol
- add a plain getter in the AbstractHostShell class: - the compilation is not broken for subclasses of this class since it always returns null - the targeted classes (local and remote) can implement the getter (local implementation is already there) - the reader can be

Re: [yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-21 Thread Zhang, Jessica
To: yocto@yoctoproject.org Subject: [yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell - add a plain getter in the AbstractHostShell class: - the compilation is not broken for subclasses of this class since it always returns null