c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h
changeset 12 fde958908539
parent 11 870b868b6b57
child 16 65f51abd5fb8
     1.1 --- a/c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h	Mon May 04 00:12:33 2015 +0200
     1.2 +++ b/c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h	Mon May 04 00:16:12 2015 +0200
     1.3 @@ -11,9 +11,6 @@
     1.4  
     1.5  class TerminalOutputModule : public OutputModule {
     1.6  public:
     1.7 -	TerminalOutputModule();
     1.8 -	TerminalOutputModule(const TerminalOutputModule& orig);
     1.9 -	virtual ~TerminalOutputModule();
    1.10  	virtual void process(std::ostream &output, std::string &command, std::vector<std::string> &args);
    1.11  private:
    1.12