LibreOffice Module sd (master) 1
|
#include <AvahiNetworkService.hxx>
Public Member Functions | |
AvahiNetworkService (const std::string &aname="", unsigned int aport=1599) | |
void | clear () override |
void | setup () override |
Public Member Functions inherited from sd::ZeroconfService | |
ZeroconfService (std::string aname, uint aport) | |
virtual | ~ZeroconfService () |
const std::string & | getName () const |
void | setName (const char *n) |
virtual void | clear ()=0 |
virtual void | setup ()=0 |
Additional Inherited Members | |
Protected Attributes inherited from sd::ZeroconfService | |
std::string | name |
uint | port |
Definition at line 16 of file AvahiNetworkService.hxx.
|
inline |
Definition at line 19 of file AvahiNetworkService.hxx.
|
overridevirtual |
Implements sd::ZeroconfService.
Definition at line 201 of file AvahiNetworkService.cxx.
References client, and threaded_poll.
Referenced by client_callback(), and create_services().
|
overridevirtual |
Implements sd::ZeroconfService.
Definition at line 165 of file AvahiNetworkService.cxx.
References avahiService, client, client_callback(), create_services(), sd::ZeroconfService::getName(), SAL_WARN, and threaded_poll.