#ifndef PRINTERPROCESSOR_H #define PRINTERPROCESSOR_H class PrinterProcessor { public: PrinterProcessor(); }; #endif // PRINTERPROCESSOR_H