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

Comparing GoogleTron/GoogleTron.cpp (file contents):
Revision 714 by douglas, 2006-03-27T01:56:17-08:00 vs.
Revision 715 by douglas, 2006-03-27T02:07:13-08:00

# Line 124 | Line 124 | int GoogleTron::Output()
124                                                          writer.OutputText(url.GetPriority());
125                                                  }
126  
127 <                                                api::Cout << _B("Url: ") << url.GetLocation() << _B(" ") << url.GetModified() << _B(" ") << url.GetFrequency() << _B(" ") << url.GetPriority() << ios::NewLine;
127 >                                                api::Cout << _B("Url: ") << url.GetLocation() << ios::NewLine << _B("     ") << url.GetModified() << _B(" ") << url.GetFrequency() << _B(" ") << url.GetPriority() << ios::NewLine;
128  
129                                                  queue.Pop();
130                                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines