[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Fri Oct 2 00:57:48 PDT 2015


 sd/source/ui/remotecontrol/ZeroconfService.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d4b43fa1e146ca11dcd53acae5eb20944d3cbc94
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 2 09:56:34 2015 +0200

    Fix building sd remotecontroll code
    
    ...after d68a0fc050ea4d57e15246f8e71781cd42ebdaa1 "loplugin:unusedmethods"
    
    Change-Id: If167025b7892738cbbbefd5fe4966a5e6aee57f3

diff --git a/sd/source/ui/remotecontrol/ZeroconfService.hxx b/sd/source/ui/remotecontrol/ZeroconfService.hxx
index 42381ba..832fc9f 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


More information about the Libreoffice-commits mailing list