|
|
|
@@ -52,9 +52,7 @@ class JackClientPipeThread : public JackRunnableInterface |
|
|
|
|
|
|
|
int Open(JackServer* server); // Open the Server/Client connection |
|
|
|
void Close(); // Close the Server/Client connection |
|
|
|
|
|
|
|
int Start(); |
|
|
|
|
|
|
|
|
|
|
|
bool HandleRequest(); |
|
|
|
|
|
|
|
// JackRunnableInterface interface |
|
|
|
@@ -90,8 +88,10 @@ class JackWinNamedPipeServerChannel : public JackRunnableInterface |
|
|
|
JackWinNamedPipeServerChannel(); |
|
|
|
~JackWinNamedPipeServerChannel(); |
|
|
|
|
|
|
|
int Open(const char* server_name, JackServer* server); // Open the Server/Client connection |
|
|
|
void Close(); // Close the Server/Client connection |
|
|
|
int Open(const char* server_name, JackServer* server); // Open the Server/Client connection |
|
|
|
void Close(); // Close the Server/Client connection |
|
|
|
|
|
|
|
int Start(); |
|
|
|
|
|
|
|
// JackRunnableInterface interface |
|
|
|
bool Init(); |
|
|
|
|