Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30328/libplayercore

Modified Files:
        message.cc 
Log Message:
changed default message mode back to PUSH, but also changed the C client 
library to change it to PULL when it first subscribes.


Index: message.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/message.cc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** message.cc  2 Nov 2007 18:09:20 -0000       1.30
--- message.cc  3 Dec 2007 01:31:14 -0000       1.31
***************
*** 191,195 ****
    this->filter_on = false;
    this->replaceRules = NULL;
!   this->pull = true;
    this->data_requested = false;
  }
--- 191,195 ----
    this->filter_on = false;
    this->replaceRules = NULL;
!   this->pull = false;
    this->data_requested = false;
  }


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to