Ejemplo n.º 1
0
 static Uuid uuidGenerator()
 {
   static boost::synchronized_value<UuidRandomGenerator> g;
   return g->operator()();
 }