X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FBaseRTReader.h;h=2086d86e394da031b9b215870225b19eddd19f98;hb=47c71901e7a97c226c8f1df749e3606d43656f32;hp=b95f930fd37df55beae4ac4bb00d4edeccdb9bb0;hpb=ce75ca839a9cd1863ea13636ffebf7ee1dcc4267;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/BaseRTReader.h b/Client Applications/rcracki_mt/BaseRTReader.h index b95f930..2086d86 100644 --- a/Client Applications/rcracki_mt/BaseRTReader.h +++ b/Client Applications/rcracki_mt/BaseRTReader.h @@ -2,11 +2,11 @@ * rcracki_mt is a multithreaded implementation and fork of the original * RainbowCrack * - * Copyright 2010 Martin Westergaard Jørgensen + * Copyright 2010, 2011 Martin Westergaard Jørgensen * Copyright 2010 Daniël Niggebrugge - * Copyright 2010 James Nobis + * Copyright 2010, 2011 James Nobis * - * This file is part of racrcki_mt. + * This file is part of rcracki_mt. * * rcracki_mt is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,9 +37,10 @@ using namespace std; class BaseRTReader { public: - virtual int ReadChains(unsigned int &numChains, RainbowChainO *pData) = 0; - virtual unsigned int GetChainsLeft() = 0; + virtual int ReadChains(uint32 &numChains, RainbowChainO *pData) = 0; + virtual uint32 GetChainsLeft() = 0; + virtual ~BaseRTReader() { }; }; #endif