Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/echo
In directory usw-pr-cvs1:/tmp/cvs-serv21772/src/org/beepcore/beep/profile/echo
Modified Files:
EchoProfile.java
Log Message:
Removed reference to MessageQueue
Index: EchoProfile.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/echo/EchoProfile.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** EchoProfile.java 2001/10/31 00:32:37 1.9
--- EchoProfile.java 2001/11/08 04:00:11 1.10
***************
*** 23,27 ****
import org.beepcore.beep.core.*;
- import org.beepcore.beep.lib.MessageQueue;
import org.beepcore.beep.profile.*;
import org.beepcore.beep.util.*;
--- 23,26 ----
***************
*** 43,48 ****
public static final String ECHO_URI =
"http://xml.resource.org/profiles/NULL/ECHO";
-
- private MessageQueue messages = new MessageQueue();
public StartChannelListener init(String uri, ProfileConfiguration config)
--- 42,45 ----
|