[X2Go-Commits] [x2goclient] 124/126: pulsemanager.cpp: add "dummy" start_linux () function.

git-admin at x2go.org git-admin at x2go.org
Wed Dec 30 21:32:41 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 3b63cf927389dc7363f9b498c5cae0469f3bee7a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:53:38 2015 +0100

    pulsemanager.cpp: add "dummy" start_linux () function.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f8a135a..4d48374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -213,6 +213,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - pulsemanager.cpp: another typo fix: findPort -> find_port.
     - pulsemanager.cpp: reorder member varibles in initialization list.
       Compile warning fix.
+    - pulsemanager.cpp: add "dummy" start_linux () function.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 3d01cde..9c6de0d 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -142,6 +142,10 @@ void PulseManager::start_win () {
   }
 }
 
+void PulseManager::start_linux () {
+  /* Do nothing - assumed to be already running. */
+}
+
 bool PulseManager::find_port (bool search_esd) {
   QTcpSocket tcpSocket (0);
   bool free = false;

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list