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

Modified Files:
        __init__.py 
Log Message:
Refactored (ok, rewrote :)) Callback/Timer/OneShotTimer/SocketDispatcher
and weakref variants thereof, added shutdown and idle handlers as signals
and provided kaa.signals dict to connect to them.  Removed deprecated code
for the above.  Deprecated Function class and folded that functionality
into Callback class via set_ignore_caller_args() method.  Also added
set_user_args_first() method.


Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 10 Jul 2005 14:02:04 -0000      1.2
--- __init__.py 13 Jul 2005 17:31:36 -0000      1.3
***************
*** 1 ****
! from kaa.notifier import loop as main
--- 1 ----
! from kaa.notifier import signals, loop as main



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to