Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp
In directory usw-pr-cvs1:/tmp/cvs-serv25127
Modified Files:
SASLOTPProfile.java
Log Message:
kion's fix for bug 581621
Index: SASLOTPProfile.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp/SASLOTPProfile.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** SASLOTPProfile.java 8 Nov 2001 05:51:34 -0000 1.7
--- SASLOTPProfile.java 22 Aug 2002 17:51:31 -0000 1.8
***************
*** 48,52 ****
*/
public class SASLOTPProfile
! extends SASLProfile implements StartChannelListener
{
--- 48,52 ----
*/
public class SASLOTPProfile
! extends SASLProfile implements StartChannelListener, Profile
{
|