]> git.tdb.fi Git - builder.git/blobdiff - source/copy.h
Rename Install to InstalledFile
[builder.git] / source / copy.h
index 6150fadfefa660c287d8f2a850da098489f51893..3aa10a9a94ef42674d7acd83e8c27dcef71a6a23 100644 (file)
@@ -6,10 +6,10 @@
 #include "internaltask.h"
 #include "tool.h"
 
-class Install;
+class InstalledFile;
 
 /**
-Copies a file to another place.  Used by the Install target.
+Copies a file to another place.  Used by the InstalledFile target.
 */
 class Copy: public Tool
 {
@@ -20,10 +20,10 @@ private:
        class Worker: public InternalTask::Worker
        {
        private:
-               const Install ⌖
+               const InstalledFile ⌖
 
        public:
-               Worker(const Install &);
+               Worker(const InstalledFile &);
        private:
                virtual void main();
        };