X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finternalaction.cpp;h=2b00afe4542772df785c51ba2f348890d772f1df;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=3063aff3bf5faf8771146a9e6a2ec70549c7446e;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/internalaction.cpp b/source/internalaction.cpp index 3063aff..2b00afe 100644 --- a/source/internalaction.cpp +++ b/source/internalaction.cpp @@ -1,12 +1,10 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "internalaction.h" +InternalAction::InternalAction(Builder &b): + Action(b), + worker(0) +{ } + InternalAction::~InternalAction() { delete worker; @@ -30,11 +28,6 @@ int InternalAction::check() return -1; } -InternalAction::InternalAction(Builder &b): - Action(b), - worker(0) -{ } - InternalAction::Worker::Worker(): done(false),