1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[216252] removing IService.getMessage

This commit is contained in:
David McKnight 2008-02-25 20:48:27 +00:00
parent 99ddeac224
commit ba88479cfe

View file

@ -7,6 +7,7 @@
* *
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - initial API and implementation * Martin Oberhuber (Wind River) - initial API and implementation
* David McKnight (IBM) - [216252] use SimpleSystemMessage instead of getMessage()
*******************************************************************************/ *******************************************************************************/
package org.eclipse.rse.examples.daytime.service; package org.eclipse.rse.examples.daytime.service;
@ -20,7 +21,6 @@ import java.net.UnknownHostException;
import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.rse.examples.daytime.DaytimeResources; import org.eclipse.rse.examples.daytime.DaytimeResources;
import org.eclipse.rse.services.clientserver.messages.SystemMessage;
/** /**
* The DaytimeService implements the UI-less protocol for accessing the * The DaytimeService implements the UI-less protocol for accessing the
@ -47,10 +47,6 @@ public class DaytimeService implements IDaytimeService {
//nothing to do //nothing to do
} }
public SystemMessage getMessage(String messageID) {
//dummy impl for now
return null;
}
public void setHostName(String hostname) { public void setHostName(String hostname) {
fHostname = hostname; fHostname = hostname;