]> git.tdb.fi Git - builder.git/commit
Add class InternalAction for actions that use a thread to do their work
authorMikko Rasa <tdb@tdb.fi>
Fri, 17 Aug 2007 17:15:04 +0000 (17:15 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 17 Aug 2007 17:15:04 +0000 (17:15 +0000)
commitab25857fd626152bc9a2832de82b400c062857e6
tree37023c5096ec2ee9ccb088acfe36f1a7185fccfd
parent555190f7eafcf3a67750fc63872b23e17371aa98
Add class InternalAction for actions that use a thread to do their work
Derive Copy and Tar actions from InternalAction
Add bootstrap.sh and Readme.txt as tar_files
Build
source/copy.cpp
source/copy.h
source/internalaction.cpp [new file with mode: 0644]
source/internalaction.h [new file with mode: 0644]
source/tar.cpp
source/tar.h