# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |