include ED2KLink class
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:38 +0000 (22:00 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:38 +0000 (22:00 +0200)
CollectionReader.h

index 5e10c51..c01d00b 100644 (file)
@@ -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;