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