Home
last modified time | relevance | path

Searched refs:IPPPrinter (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp21 class IPPPrinter { class
23 IPPPrinter(const BString& uri, uint32 type) in IPPPrinter() function in IPPPrinter
43 typedef HashMap<HashString,IPPPrinter*> IPPPrinterMap;
98 IPPPrinter *printer = fPrinters.Get(uri); in Listen()
100 printer = new IPPPrinter(uri, type); in Listen()