From 755d4bbbee428d3c669f27deb1883f163a90913d Mon Sep 17 00:00:00 2001 From: sletz Date: Sun, 7 Oct 2007 12:45:32 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1576 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackGlobalsServer.cpp | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/common/JackGlobalsServer.cpp b/common/JackGlobalsServer.cpp index 98d49921..347e719e 100644 --- a/common/JackGlobalsServer.cpp +++ b/common/JackGlobalsServer.cpp @@ -16,10 +16,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#ifdef WIN32 -#pragma warning (disable : 4786) -#endif + +#ifdef WIN32 +#pragma warning (disable : 4786) +#endif #include "JackGlobals.h" @@ -167,8 +167,8 @@ JackServerNotifyChannelInterface* JackFactoryLinuxServer::MakeServerNotifyChanne JackClientChannelInterface* JackFactoryLinuxServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryLinuxServer::MakeNotifyChannel() { return new JackSocketNotifyChannel(); @@ -204,8 +204,8 @@ JackServerNotifyChannelInterface* JackFactoryLinuxServer::MakeServerNotifyChanne JackClientChannelInterface* JackFactoryLinuxServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryLinuxServer::MakeNotifyChannel() { return new JackSocketNotifyChannel(); @@ -284,8 +284,8 @@ JackServerNotifyChannelInterface* JackFactoryOSXServer::MakeServerNotifyChannel( JackClientChannelInterface* JackFactoryOSXServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryOSXServer::MakeNotifyChannel() { return new JackSocketNotifyChannel(); @@ -322,8 +322,8 @@ JackServerNotifyChannelInterface* JackFactoryOSXServer::MakeServerNotifyChannel( JackClientChannelInterface* JackFactoryOSXServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryOSXServer::MakeNotifyChannel() { return new JackSocketNotifyChannel(); @@ -360,8 +360,8 @@ JackServerNotifyChannelInterface* JackFactoryOSXServer::MakeServerNotifyChannel( JackClientChannelInterface* JackFactoryOSXServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryOSXServer::MakeNotifyChannel() { return new JackMachNotifyChannel(); @@ -398,8 +398,8 @@ JackServerNotifyChannelInterface* JackFactoryOSXServer::MakeServerNotifyChannel( JackClientChannelInterface* JackFactoryOSXServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryOSXServer::MakeNotifyChannel() { return new JackMachNotifyChannel(); @@ -436,8 +436,8 @@ JackServerNotifyChannelInterface* JackFactoryOSXServer::MakeServerNotifyChannel( JackClientChannelInterface* JackFactoryOSXServer::MakeClientChannel() { return NULL; -} -// Not used +} // Not used + JackNotifyChannelInterface* JackFactoryOSXServer::MakeNotifyChannel() { return new JackSocketNotifyChannel();