Browse Source

Cleanup, waf updated to version 1.4.4.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2920 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 16 years ago
parent
commit
27db4a1803
4 changed files with 7 additions and 10 deletions
  1. +2
    -2
      macosx/JackMachServerChannel.h
  2. +2
    -2
      macosx/JackMachServerNotifyChannel.h
  3. +3
    -3
      waf
  4. +0
    -3
      windows/JackWinMutex.h

+ 2
- 2
macosx/JackMachServerChannel.h View File

@@ -41,7 +41,7 @@ class JackMachServerChannel : public JackRunnableInterface
private: private:


JackMachPortSet fServerPort; /*! Mach port to communicate with the server : from client to server */ JackMachPortSet fServerPort; /*! Mach port to communicate with the server : from client to server */
JackThread fThread; /*! Thread to execute the event loop */
JackThread fThread; /*! Thread to execute the event loop */
JackServer* fServer; JackServer* fServer;
std::map<mach_port_t, int> fClientTable; std::map<mach_port_t, int> fClientTable;


@@ -53,7 +53,7 @@ class JackMachServerChannel : public JackRunnableInterface
~JackMachServerChannel(); ~JackMachServerChannel();


int Open(const char* server_name, JackServer* server); // Open the Server/Client connection int Open(const char* server_name, JackServer* server); // Open the Server/Client connection
void Close(); // Close the Server/Client connection
void Close(); // Close the Server/Client connection


JackLockedEngine* GetEngine(); JackLockedEngine* GetEngine();
JackServer* GetServer(); JackServer* GetServer();


+ 2
- 2
macosx/JackMachServerNotifyChannel.h View File

@@ -42,8 +42,8 @@ class JackMachServerNotifyChannel
JackMachServerNotifyChannel() JackMachServerNotifyChannel()
{} {}


int Open(const char* server_name); // Open the Server/Client connection
void Close(); // Close the Server/Client connection
int Open(const char* server_name); // Open the Server/Client connection
void Close(); // Close the Server/Client connection


void Notify(int refnum, int notify, int value); void Notify(int refnum, int notify, int value);
}; };


+ 3
- 3
waf
File diff suppressed because it is too large
View File


+ 0
- 3
windows/JackWinMutex.h View File

@@ -24,9 +24,6 @@


#include <windows.h> #include <windows.h>


#include <assert.h>
#include "JackError.h"

namespace Jack namespace Jack
{ {
/*! /*!


Loading…
Cancel
Save