Fix unitest compile error

pull/103/head
Tatsuhiro Tsujikawa 2013-06-30 01:03:39 +09:00
parent 03ae308faa
commit abcb0745ed
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ public:
piece_(piece)
{}
RequestSlot():dispatchedTime_(0), index_(0), begin_(0), length_(0),
blockIndex_(0)
{}
bool operator==(const RequestSlot& requestSlot) const
{
return index_ == requestSlot.index_ && begin_ == requestSlot.begin_