c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.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 "TerminalOutputModule.h"
     2 
     3 namespace info {
     4 namespace globalcode {
     5 namespace parameterLister {
     6 
     7 TerminalOutputModule::TerminalOutputModule() {
     8 }
     9 
    10 TerminalOutputModule::TerminalOutputModule(const TerminalOutputModule& orig) {
    11 }
    12 
    13 TerminalOutputModule::~TerminalOutputModule() {
    14 }
    15 
    16 }
    17 }
    18 }
    19