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/FilterServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterServant.java (file contents):
Revision 1.4 by tdb, Thu Nov 23 01:44:41 2000 UTC vs.
Revision 1.5 by tdb, Fri Nov 24 13:04:14 2000 UTC

# Line 47 | Line 47 | class FilterServant extends FilterPOA {
47       */
48      public void receiveXML(String xml) {
49          _logRef.write(this.toString(), Logger.SYSMSG, "received XML: "+xml);
50 <        FilterThread t = new FilterThread(_parent);
51 <        t.run(xml);
50 >        FilterThread t = new FilterThread(xml, _parent, _logRef);
51 >        t.start();
52      }
53      
54      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines