Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.h16 class LprTransport : public BDataIO {
18 LprTransport(BMessage *msg);
19 virtual ~LprTransport();
40 LprTransport::fail() const in fail()
47 LprTransport::operator!() const
H A DLprTransport.cpp27 LprTransport::LprTransport(BMessage *msg) in LprTransport() function in LprTransport
81 LprTransport::~LprTransport() in ~LprTransport()
92 LprTransport::_SendFile() in _SendFile()
139 LprTransport::Read(void *, size_t) in Read()
146 LprTransport::Write(const void *buffer, size_t size) in Write()
H A DLpr.cpp8 static LprTransport *gTransport = NULL;
26 gTransport = new LprTransport(msg); in init_transport()
H A DJamfile11 LprTransport.cpp