X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FBaseRTReader.h;h=a662ff459fc1104c8f86874692e25144077ffc3d;hb=86bbf0fd5ba4e07d3279b4179fd8fc808198eaae;hp=b95f930fd37df55beae4ac4bb00d4edeccdb9bb0;hpb=ce75ca839a9cd1863ea13636ffebf7ee1dcc4267;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/BaseRTReader.h b/Client Applications/rcracki_mt/BaseRTReader.h index b95f930..a662ff4 100644 --- a/Client Applications/rcracki_mt/BaseRTReader.h +++ b/Client Applications/rcracki_mt/BaseRTReader.h @@ -6,7 +6,7 @@ * Copyright 2010 Daniël Niggebrugge * Copyright 2010 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