|
|
|
@@ -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(); |
|
|
|
|