summaryrefslogtreecommitdiff
path: root/common/JackSocketServerChannel.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 /common/JackSocketServerChannel.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 'common/JackSocketServerChannel.h')
-rw-r--r--common/JackSocketServerChannel.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/JackSocketServerChannel.h b/common/JackSocketServerChannel.h
index 9fa22488..d5ef7c91 100644
--- a/common/JackSocketServerChannel.h
+++ b/common/JackSocketServerChannel.h
@@ -1,18 +1,18 @@
/*
-Copyright (C) 2004-2008 Grame
-
+Copyright (C) 2004-2008 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.
*/
@@ -46,13 +46,13 @@ class JackSocketServerChannel : public JackServerChannelInterface, public JackRu
std::map<int, std::pair<int, JackClientSocket*> > fSocketTable;
int HandleRequest(int fd);
- void BuildPoolTable();
-
+ void BuildPoolTable();
+
void ClientCreate();
void ClientAdd(int fd, char* name, int* shared_engine, int* shared_client, int* shared_graph, int* result);
void ClientRemove(int fd, int refnum);
void ClientKill(int fd);
-
+
public:
JackSocketServerChannel();