Exemplo n.º 1
0
 // Perform the operation. Returns true if it is finished.
 status perform()
 {
   return perform_func_(this);
 }
Exemplo n.º 2
0
 // Perform the operation. Returns true if it is finished.
 bool perform()
 {
   return perform_func_(this);
 }