File indexing completed on 2024-11-24 04:31:17

0001 /*
0002     SPDX-FileCopyrightText: 2005 Joris Guisson <joris.guisson@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 #include "piece.h"
0007 #if 0
0008 namespace bt
0009 {
0010 
0011 Piece::Piece(Uint32 index, Uint32 off, Uint32 len, PieceDownloader* pd, const Uint8* data)
0012     : Request(index, off, len, pd), data(data)
0013 {}
0014 
0015 
0016 Piece::~Piece()
0017 {}
0018 
0019 
0020 }
0021 #endif