aboutsummaryrefslogtreecommitdiff
path: root/src/functioncommandtolist.cpp
blob: 6299f6ff9d474341b56b299ecf1433f6ea65d646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "functioncommandtolist.h"
#include "plugger.h"

PluginInterface2(commandToList, FunctionCommandToList, Function, "Mike Buland", 0, 1 );

FunctionCommandToList::FunctionCommandToList()
{
}

FunctionCommandToList::~FunctionCommandToList()
{
}

void FunctionCommandToList::execute( StringList &lInput, StringList &lOutput )
{
}