projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b0b0a
)
implement member functions
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:05:37 +0000
(22:05 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:05:37 +0000
(22:05 +0200)
ED2KLink.cpp
patch
|
blob
|
history
diff --git
a/ED2KLink.cpp
b/ED2KLink.cpp
index
cd26940
..
8664d0c
100644
(file)
--- a/
ED2KLink.cpp
+++ b/
ED2KLink.cpp
@@
-44,3
+44,20
@@
ED2KLink::~ED2KLink() {
}
}
+const char* ED2KLink::getLink() {
+ return this->link;
+}
+
+const char* ED2KLink::getFilename() {
+ return this->filename;
+}
+
+const size_t ED2KLink::getSize() {
+ return this->size;
+}
+
+const void* ED2KLink::getHash() {
+ return this->hash;
+}
+
+