X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.cpp;h=72c14a79ae2ac998496e824a9f05f14afa79cb5f;hb=699493ee7346c578537f4e310702c57012686c22;hp=ebd6b422ba3770c69cc2fec9f99017dfa5cb6a99;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/action.cpp b/source/action.cpp index ebd6b42..72c14a7 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -1,26 +1,17 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#include -#include -#include +#include #include "action.h" +using namespace Msp; using namespace std; -/** -Annouces the action by printing out the package name, tool and target name. -*/ void Action::announce(const string &pkg, const string &tool, const string &tgt) { - ostringstream line; - line<