Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28739/input/javasrc/biz/xsoftware/test/mock2
Modified Files:
Tag: branchForOffice
ListenerOne.java
Log Message:
add method callWithRetVal
Index: ListenerOne.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/test/mock2/ListenerOne.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** ListenerOne.java 7 Feb 2006 00:59:06 -0000 1.1.2.1
--- ListenerOne.java 15 Feb 2006 14:44:10 -0000 1.1.2.2
***************
*** 22,33 ****
public void callMeSecond(String s) throws IOException;
! public void multipleParams(String x, Integer i);
!
! public int respondTo(Map map);
!
! public boolean responsd();
public void noParams();
public int getField();
}
--- 22,30 ----
public void callMeSecond(String s) throws IOException;
! public String callWithRetVal(String s);
public void noParams();
public int getField();
+
}
|