From 7c81775232a2877cabc8f3f38ccbe1e66aaa7d75 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 6 Jan 2014 12:51:06 +0000 Subject: [PATCH] small change in example code (in the comment) --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.cpp b/src/client.cpp index a8060388..19bae273 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -1113,7 +1113,7 @@ void CClient::ProcessAudioDataIntern ( CVector& vecsStereoSndCrd ) // implementation so that crashes may occur. // // e.g., do the following: -// Socket.GetDataFromSocket(); +// Socket.OnDataReceived(); for ( i = 0; i < iSndCrdFrameSizeFactor; i++ )