| 1443 | }; |
| 1444 | |
| 1445 | Reference<IUpdateOp> operatorUpdate(bson::BSONObj const& msgUpdate) { |
| 1446 | return ref(new ExtOperatorUpdate(msgUpdate)); |
| 1447 | } |
| 1448 | Reference<IUpdateOp> replaceUpdate(bson::BSONObj const& replaceWith) { |
| 1449 | return ref(new ExtReplaceUpdate(replaceWith)); |
| 1450 | } |
no test coverage detected