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