c++/parameter-lister/info/globalcode/parameterLister/OutputModule.cpp
author František Kučera <franta-hg@frantovo.cz>
Sun, 03 May 2015 22:00:12 +0200
changeset 7 2f46492e90bc
child 8 8dadf7d93aa3
permissions -rw-r--r--
OutputModule and TerminalOutputModule skeletons
franta-hg@7
     1
#include "OutputModule.h"
franta-hg@7
     2
franta-hg@7
     3
OutputModule::OutputModule() {
franta-hg@7
     4
}
franta-hg@7
     5
franta-hg@7
     6
OutputModule::OutputModule(const OutputModule& orig) {
franta-hg@7
     7
}
franta-hg@7
     8
franta-hg@7
     9
OutputModule::~OutputModule() {
franta-hg@7
    10
}
franta-hg@7
    11