Searched refs:LprTransport (Results 1 - 3 of 3) sorted by relevance

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

Completed in 38 milliseconds