diff options
Diffstat (limited to 'src/functiondirectoriesin.cpp')
-rw-r--r-- | src/functiondirectoriesin.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/functiondirectoriesin.cpp b/src/functiondirectoriesin.cpp index f847e13..a22e5d7 100644 --- a/src/functiondirectoriesin.cpp +++ b/src/functiondirectoriesin.cpp | |||
@@ -10,3 +10,8 @@ FunctionDirectoriesIn::FunctionDirectoriesIn() | |||
10 | FunctionDirectoriesIn::~FunctionDirectoriesIn() | 10 | FunctionDirectoriesIn::~FunctionDirectoriesIn() |
11 | { | 11 | { |
12 | } | 12 | } |
13 | |||
14 | void FunctionDirectoriesIn::execute( StringList &lInput, StringList &lOutput ) | ||
15 | { | ||
16 | } | ||
17 | |||