3 #include <boost/system/error_code.hpp>
47 std::vector<dpyPrinter::ListObserver*> mObserversList;
53 virtual boost::system::error_code getPrinters(std::list<boost::shared_ptr<IPrinter>>& list) = 0;
ListEvent
Definition: iPrinterList.h:10
virtual ~ListObserver()
Destructor.
Definition: iPrinterList.h:33
Deepsy Printer namespace that includes the different enums, structs or method signatures that should ...
Definition: printerApi.h:13
@ REMOVED
REMOVED.
Definition: iPrinterList.h:13
Definition: iPrinterList.h:44
@ ADDED
ADDED.
Definition: iPrinterList.h:12
List Observer class.
Definition: iPrinterList.h:20
virtual void listEvent(boost::shared_ptr< IPrinter > printer, dpyPrinter::ListEvent event)=0