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
     1 #include "OutputModule.h"
     2 
     3 OutputModule::OutputModule() {
     4 }
     5 
     6 OutputModule::OutputModule(const OutputModule& orig) {
     7 }
     8 
     9 OutputModule::~OutputModule() {
    10 }
    11