| 60 | } |
| 61 | |
| 62 | unique_ptr<comm::StoreIMMasterBP> BreakPointFactory::NewStoreIMMasterBP() { |
| 63 | return unique_ptr<comm::StoreIMMasterBP>(new comm::StoreIMMasterBP()); |
| 64 | } |
| 65 | |
| 66 | unique_ptr<comm::StoreSnatchMasterBP> BreakPointFactory::NewStoreSnatchMasterBP() { |
| 67 | return unique_ptr<comm::StoreSnatchMasterBP>(new comm::StoreSnatchMasterBP()); |