chromium/third_party/unrar/src/recvol5.cpp

static const uint MaxVolumes=;

// We select this limit arbitrarily, to prevent user creating too many
// rev files by mistake.
#define MAX_REV_TO_DATA_RATIO

RecVolumes5::RecVolumes5(CommandData *Cmd,bool TestOnly)
{}


RecVolumes5::~RecVolumes5()
{}




#ifdef RAR_SMP
THREAD_PROC(RecThreadRS)
{}
#endif


void RecVolumes5::ProcessRS(CommandData *Cmd,uint DataNum,const byte *Data,uint MaxRead,bool Encode)
{}


void RecVolumes5::ProcessAreaRS(RecRSThreadData *td)
{}




bool RecVolumes5::Restore(CommandData *Cmd,const std::wstring &Name,bool Silent)
{}


uint RecVolumes5::ReadHeader(File *RecFile,bool FirstRev)
{}


void RecVolumes5::Test(CommandData *Cmd,const std::wstring &Name)
{}