Make a generic base for uploaders and move the SCP code into a subclass of that.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jul 2015 12:52:29 +0000 (13:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Jul 2015 14:40:55 +0000 (15:40 +0100)
commitb00389305af83dfd1e3b41ab3b108cb591f18c5d
tree3a369aa9607a8cab92236bf22e779a826edecf55
parentc6b2624c1965740fa7b5d2230baf20156ff34151
Make a generic base for uploaders and move the SCP code into a subclass of that.
src/lib/job.cc
src/lib/scp_uploader.cc [new file with mode: 0644]
src/lib/scp_uploader.h [new file with mode: 0644]
src/lib/upload_job.cc
src/lib/uploader.cc [new file with mode: 0644]
src/lib/uploader.h [new file with mode: 0644]
src/lib/wscript
test/uploader_test.cc [new file with mode: 0644]
test/wscript