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

PluginInterface2(filesIn, FunctionFilesIn, Function, "Mike Buland", 0, 1 );

FunctionFilesIn::FunctionFilesIn()
{
}

FunctionFilesIn::~FunctionFilesIn()
{
}

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