summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/remotecontrol/ZeroconfService.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/ZeroconfService.hxx b/sd/source/ui/remotecontrol/ZeroconfService.hxx
index 42381baf98ec..832fc9fe725e 100644
--- a/sd/source/ui/remotecontrol/ZeroconfService.hxx
+++ b/sd/source/ui/remotecontrol/ZeroconfService.hxx
@@ -40,6 +40,9 @@ namespace sd{
:name(aname), port(aport){}
virtual ~ZeroconfService(){}
+ std::string getName() const {return name;}
+ void setName(const char * n) {name = n;}
+
// Clean up the service when closing
virtual void clear() = 0;
// Bonjour for OSX, Avahi for Linux