X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.cpp;fp=source%2Faction.cpp;h=7ed0da1efc0b9c0c12d0d199835adbb83fac9228;hb=59ac0a44d6edf179c01604c6ced744873213f855;hp=0000000000000000000000000000000000000000;hpb=4dc31cca056ea293d320928f61fef0558089d32d;p=builder.git diff --git a/source/action.cpp b/source/action.cpp new file mode 100644 index 0000000..7ed0da1 --- /dev/null +++ b/source/action.cpp @@ -0,0 +1,16 @@ +#include +#include +#include +#include "action.h" + +using namespace std; + +void Action::announce(const string &pkg, const string &tool, const string &tgt) +{ + ostringstream line; + line<