Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7832/libplayercore
Modified Files:
Tag: release-2-0-patches
message.cc
Log Message:
applied patch 1702560
Index: message.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/message.cc,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -C2 -d -r1.16.2.1 -r1.16.2.2
*** message.cc 19 Apr 2007 16:49:06 -0000 1.16.2.1
--- message.cc 30 Apr 2007 21:43:30 -0000 1.16.2.2
***************
*** 392,396 ****
MessageQueueElement* newelt = new MessageQueueElement();
newelt->msg = new Message(msg);
! if (!pull || newelt->msg->GetHeader ()->type != PLAYER_MSGTYPE_DATA)
{
// If not in pull mode, or message is not data, set ready to true
immediatly
--- 392,397 ----
MessageQueueElement* newelt = new MessageQueueElement();
newelt->msg = new Message(msg);
! if (!pull || (newelt->msg->GetHeader ()->type != PLAYER_MSGTYPE_DATA &&
! newelt->msg->GetHeader ()->type != PLAYER_MSGTYPE_CMD))
{
// If not in pull mode, or message is not data, set ready to true
immediatly
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit