comparison Framework/PushMode/BucketPushQuery.cpp @ 12:34b1875c8e3a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Mar 2019 16:12:52 +0100
parents 7e207ade2f1a
children b06103a50c95
comparison
equal deleted inserted replaced
11:4b9c2e0a92c8 12:34b1875c8e3a
34 size_t bucketIndex, 34 size_t bucketIndex,
35 BucketCompression compression) : 35 BucketCompression compression) :
36 cache_(cache), 36 cache_(cache),
37 bucket_(bucket), 37 bucket_(bucket),
38 peer_(peer), 38 peer_(peer),
39 uri_(transactionUri + "/" + boost::lexical_cast<std::string>(bucketIndex)),
39 compression_(compression) 40 compression_(compression)
40 { 41 {
41 uri_ = transactionUri + "/" + boost::lexical_cast<std::string>(bucketIndex);
42 } 42 }
43 43
44 44
45 void BucketPushQuery::ReadBody(std::string& body) const 45 void BucketPushQuery::ReadBody(std::string& body) const
46 { 46 {