blob: fefdacb61a05b8836bcd130aa5f14702e596e948 (
plain) (
tree)
|
|
#include "batch_request.h"
#include "client.h"
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
IBatchRequestBase& IBatchRequest::WithTransaction(const ITransactionPtr& transaction)
{
return WithTransaction(transaction->GetId());
}
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|