|
LibreOffice Module sd (master) 1
|
#include <WINNetworkService.hxx>
Public Member Functions | |
| WINNetworkService (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 |
Private Attributes | |
| DNSServiceRef | client |
Additional Inherited Members | |
Protected Attributes inherited from sd::ZeroconfService | |
| std::string | name |
| uint | port |
Definition at line 10 of file WINNetworkService.hxx.
|
inline |
Definition at line 16 of file WINNetworkService.hxx.
|
overridevirtual |
Implements sd::ZeroconfService.
Definition at line 16 of file WINNetworkService.cxx.
References client.
|
overridevirtual |
Implements sd::ZeroconfService.
Definition at line 6 of file WINNetworkService.cxx.
|
private |
Definition at line 13 of file WINNetworkService.hxx.
Referenced by setup().