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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilterServant.java (file contents):
Revision 1.3 by tdb, Thu Nov 23 01:47:09 2000 UTC vs.
Revision 1.4 by tdb, Fri Nov 24 13:04:36 2000 UTC

# Line 43 | Line 43 | class RootFilterServant extends FilterPOA {
43       */
44      public void receiveXML(String xml) {
45          _logRef.write(this.toString(), Logger.SYSMSG, "received XML: "+xml);
46 <        FilterThread t = new FilterThread(null);
47 <        t.run(xml);
46 >        FilterThread t = new FilterThread(xml, null, _logRef);
47 >        t.start();
48      }
49      
50      public String getUDPPort() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines