Example #1
0
void swap (Log& log1, Log& log2)
{
  log1.Swap (log2);
}