Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8614/libplayercore
Modified Files:
message.cc
Log Message:
applied patch 1702560
Index: message.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/message.cc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** message.cc 27 Feb 2007 18:09:20 -0000 1.19
--- message.cc 30 Apr 2007 21:45:24 -0000 1.20
***************
*** 418,422 ****
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
--- 418,423 ----
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