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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java (file contents):
Revision 1.12 by ajm, Fri Mar 23 03:58:26 2001 UTC vs.
Revision 1.14 by tdb, Tue May 29 17:41:32 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.org.iscream.conient;
2 > package uk.org.iscream.cms.conient;
3  
4   //---IMPORTS---
5   import java.io.*;
6 < import uk.org.iscream.util.*;
6 > import uk.org.iscream.cms.server.util.*;
7  
8   /**
9   * The class reads in data from a BufferedReader,
# Line 73 | Line 73 | public class DataReader extends Thread {
73              Conient.addMessage("WARNING{data reader}: inbound data stopped - "+e);
74              _running = false;
75              // tell the ConnectionHandler to shut down the links
76 <            _ch.shutdownLinks();
76 >            _ch.shutdownDataLink();
77          }
78      }
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines