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 60 by douglas, 2004-09-15T19:43:29-07:00 vs.
Revision 62 by douglas, 2004-09-16T17:14:13-07:00

# Line 220 | Line 220 | void Zoe::initialize()
220          for (std::vector<Buddy>::iterator buddy(difference.begin());
221                  buddy != difference.end(); ++buddy)
222          {
223 <                ext::Uuid id;
223 >                ext::Uuid id(api::Uuid::CreateSequential());
224  
225 <                api::Uuid::CreateSequential(id);
225 > //              api::Uuid::CreateSequential(id);
226  
227                  buddy->setId(id);
228                  db->Execute("INSERT INTO buddies (id, buddy) VALUES ('"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines