Searched refs:LpsClient (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp12 #include "LpsClient.h"
44 LpsClient::LpsClient(const char *host) function in class:LpsClient
53 LpsClient::~LpsClient()
60 LpsClient::connect()
82 LpsClient::close()
93 LpsClient::receiveJob(const char *printer)
103 LpsClient::receiveControlFile(int size, const char *name)
118 LpsClient
[all...]
H A DLpsClient.h36 class LpsClient { class
38 LpsClient(const char* host);
39 ~LpsClient();
H A DLprTransport.cpp17 #include "LpsClient.h"
115 LpsClient lpr(fServer);
H A DLprSetupDlg.cpp14 #include "LpsClient.h"
139 LpsClient lpr(fServer->Text());

Completed in 40 milliseconds