ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.cpp
(Generate patch)

Comparing trunk/Zoe.cpp (file contents):
Revision 67 by douglas, 2004-10-01T10:27:27-07:00 vs.
Revision 69 by douglas, 2004-12-15T16:14:13-08:00

# Line 4 | Line 4
4   //
5   // $Id$
6  
7 < #include "Matcher.hpp"
7 > #include "Matcher/Matcher.hpp"
8   #include "Collector.hpp"
9   #include "Publisher.hpp"
10  
# Line 99 | Line 99 | ext::String Zoe::generator(Generator gen
99  
100                          uname(&system);
101  
102 <                        generator_.InsertAllLast(_R(" (") + system.sysname);
102 >                        generator_.InsertAllLast(ios::String() << " (" << system.sysname);
103                  }
104  
105                  if (generator == agent)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines