#include "perform.h" Perform::Perform() { } Perform::~Perform() { } void Perform::addParam( const char *sParam ) { lParam.push_back( sParam ); }