# | 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 ('" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |