Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25513

Modified Files:
        mcomm.py 
Log Message:
send reliable (need new pyMbus)

Index: mcomm.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mcomm.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** mcomm.py    20 Dec 2004 21:26:59 -0000      1.11
--- mcomm.py    21 Dec 2004 15:05:53 -0000      1.12
***************
*** 368,372 ****
  
          # init the mbus interface
-         print '************ create mbus entity', addr
          mbus.Guides.__init__( self, addr )
  
--- 368,371 ----
***************
*** 434,440 ****
          Send an event to the given addr.
          """
!         self.send(addr, 'home-theatre.' + cmdname, _build_args(cmdargs))
!         # self.sendReliable(addr, 'home-theatre.' + cmdname,
!         #                   _build_args(cmdargs))
  
          
--- 433,438 ----
          Send an event to the given addr.
          """
!         self.sendReliable(addr, 'home-theatre.' + cmdname,
!                           _build_args(cmdargs))
  
          



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to