From: David ‘Bombe’ Roden Date: Fri, 4 Jul 2008 20:00:38 +0000 (+0200) Subject: include ED2KLink class X-Git-Tag: 0.1~63 X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=commitdiff_plain;h=57efcbe2b1a7e6e19590602638a6ae8bbcae9b5a;hp=f931be4f06ed62465a0c2c09f56dbc2cf6a7170a include ED2KLink class --- diff --git a/CollectionReader.h b/CollectionReader.h index 5e10c51..c01d00b 100644 --- a/CollectionReader.h +++ b/CollectionReader.h @@ -5,6 +5,7 @@ #pragma once #include "ReaderInput.h" +#include "ED2KLink.h" class CollectionReader { @@ -12,6 +13,8 @@ public: CollectionReader(ReaderInput* readerInput); ~CollectionReader(); + ED2KLink* getNextLink(); + private: ReaderInput* readerInput;