X-Git-Url: https://git.sesse.net/?p=freerainbowtables;a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FBaseRTReader.h;h=a662ff459fc1104c8f86874692e25144077ffc3d;hp=17a93ac51de7171aeaba31e9fd593125d0eebd33;hb=86bbf0fd5ba4e07d3279b4179fd8fc808198eaae;hpb=0fb676244827a448dc60118d6558c4a4e346ffee diff --git a/Client Applications/rcracki_mt/BaseRTReader.h b/Client Applications/rcracki_mt/BaseRTReader.h index 17a93ac..a662ff4 100644 --- a/Client Applications/rcracki_mt/BaseRTReader.h +++ b/Client Applications/rcracki_mt/BaseRTReader.h @@ -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