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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/TCPDataHandler.java (file contents):
Revision 1.17 by tdb, Sun Aug 1 10:40:48 2004 UTC vs.
Revision 1.18 by tdb, Sun Sep 25 09:57:41 2005 UTC

# Line 117 | Line 117 | class TCPDataHandler extends Thread {
117                  // it's likely we'll get a null back, and we don't
118                  // want to send that on to the Client
119                  if(xml != null) {
120 <                    _socketOut.println(xml);
120 >                    _socketOut.print(xml + "\n");
121 >                    _socketOut.flush();
122                  }
123              }
124              catch(InvalidQueueException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines