#include "perform.h" Perform::Perform( const char *sTarget ) : sTarget( sTarget ) { } Perform::~Perform() { }