projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f931be4
)
include ED2KLink class
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:38 +0000
(22:00 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:38 +0000
(22:00 +0200)
CollectionReader.h
patch
|
blob
|
history
diff --git
a/CollectionReader.h
b/CollectionReader.h
index
5e10c51
..
c01d00b
100644
(file)
--- 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;