summaryrefslogtreecommitdiff
path: root/common/JackRequestDecoder.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-01-13 20:54:52 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-01-13 20:54:52 +0000
commit0d08aa4d72d771ffb4b02e0008901cc4e39c9f77 (patch)
tree6b74c13ad284bc524731f31f493886aa509e3494 /common/JackRequestDecoder.h
parent7a5abaa8693e384ff66ae0277b89d4e7175bac40 (diff)
downloadjack2-0d08aa4d72d771ffb4b02e0008901cc4e39c9f77.tar.gz
More robust server/client protocol.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4697 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackRequestDecoder.h')
-rw-r--r--common/JackRequestDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackRequestDecoder.h b/common/JackRequestDecoder.h
index bee7b68d..2a6765ff 100644
--- a/common/JackRequestDecoder.h
+++ b/common/JackRequestDecoder.h
@@ -52,7 +52,7 @@ class JackRequestDecoder
JackRequestDecoder(JackServer* server, JackClientHandlerInterface* handler);
virtual ~JackRequestDecoder();
- void HandleRequest(detail::JackChannelTransactionInterface* socket, int type);
+ int HandleRequest(detail::JackChannelTransactionInterface* socket, int type);
};
} // end of namespace