X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.cpp;h=ebd6b422ba3770c69cc2fec9f99017dfa5cb6a99;hb=f5d3127099bc41f986094eb98732849ee9bfb748;hp=9ec8087d4b2ffd6200008413d260f998831a5036;hpb=9976a7bdf0e53966dce4bc828a37eb42de0223e3;p=builder.git diff --git a/source/action.cpp b/source/action.cpp index 9ec8087..ebd6b42 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include @@ -5,6 +12,9 @@ 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;