summaryrefslogtreecommitdiff
path: root/windows/JackWinNamedPipeClientChannel.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-03-05 16:39:51 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-03-05 16:39:51 +0000
commitecb8da58c772c54baa9a07cbb8db99110f27fdd1 (patch)
tree9dfc5323eca91995e528884ca0575824559d787f /windows/JackWinNamedPipeClientChannel.h
parente463543e555dd95f2b1685efd59fc629fff10d52 (diff)
downloadjack2-ecb8da58c772c54baa9a07cbb8db99110f27fdd1.tar.gz
Beautifull code
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1909 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'windows/JackWinNamedPipeClientChannel.h')
-rw-r--r--windows/JackWinNamedPipeClientChannel.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/windows/JackWinNamedPipeClientChannel.h b/windows/JackWinNamedPipeClientChannel.h
index 4e01f341..c14fc1db 100644
--- a/windows/JackWinNamedPipeClientChannel.h
+++ b/windows/JackWinNamedPipeClientChannel.h
@@ -1,18 +1,18 @@
/*
-Copyright (C) 2004-2006 Grame
-
+Copyright (C) 2004-2006 Grame
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software
+ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -55,11 +55,11 @@ class JackWinNamedPipeClientChannel : public JackClientChannelInterface, public
int Start();
void Stop();
-
- int ServerCheck(const char* server_name);
+
+ int ServerCheck(const char* server_name);
void ClientCheck(const char* name, char* name_res, int protocol, int options, int* status, int* result);
- void ClientOpen(const char* name, int* shared_engine, int* shared_client, int* shared_graph, int* result);
+ void ClientOpen(const char* name, int* shared_engine, int* shared_client, int* shared_graph, int* result);
void ClientClose(int refnum, int* result);
void ClientActivate(int refnum, int* result);
@@ -80,11 +80,11 @@ class JackWinNamedPipeClientChannel : public JackClientChannelInterface, public
void ReleaseTimebase(int refnum, int* result);
void SetTimebaseCallback(int refnum, int conditional, int* result);
- void GetInternalClientName(int refnum, int int_ref, char* name_res, int* result);
+ void GetInternalClientName(int refnum, int int_ref, char* name_res, int* result);
void InternalClientHandle(int refnum, const char* client_name, int* status, int* int_ref, int* result);
- virtual void InternalClientLoad(int refnum, const char* client_name, const char* so_name, const char* objet_data, int options, int* status, int* int_ref, int* result);
- virtual void InternalClientUnload(int refnum, int int_ref, int* status, int* result);
-
+ virtual void InternalClientLoad(int refnum, const char* client_name, const char* so_name, const char* objet_data, int options, int* status, int* int_ref, int* result);
+ virtual void InternalClientUnload(int refnum, int int_ref, int* status, int* result);
+
// JackRunnableInterface interface
bool Init();
bool Execute();