(file) Return to TestGWT.java CVS log (file) (dir) Up to [Development] / GWTAntTasks / src / com / pjaol / client

 1 pjaol 1.1 package com.pjaol.client;
 2           
 3           import com.google.gwt.user.client.rpc.RemoteService;
 4           
 5           public interface TestGWT extends RemoteService {
 6           
 7           
 8           	
 9           	public String getReturnId (String hello);
10           }

cvsadmin
Powered by
ViewCVS 0.9.2