ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/UDPReader.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/UDPReader.java (file contents):
Revision 1.9 by ajm, Thu Nov 30 02:38:09 2000 UTC vs.
Revision 1.10 by ajm, Wed Dec 13 13:36:46 2000 UTC

# Line 29 | Line 29 | public class UDPReader extends Thread{
29  
30   //---CONSTRUCTORS---
31  
32 <    // It is normal to use this constructor in preference
33 <    // to any other in this class.
32 >    /**
33 >     * It is normal to use this constructor in preference
34 >     * to any other in this class.
35 >     */
36      public UDPReader(int port, Filter parent){
37          _port = port;
38          _parent = parent;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines