| 122 | |
| 123 | |
| 124 | unique_ptr<comm::LockKeepMasterThreadBP> BreakPointFactory::NewLockKeepMasterThreadBP() { |
| 125 | return unique_ptr<comm::LockKeepMasterThreadBP>(new comm::LockKeepMasterThreadBP()); |
| 126 | } |
| 127 | |
| 128 | |
| 129 | unique_ptr<comm::LockIMMasterBP> BreakPointFactory::NewLockIMMasterBP() { |