[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 3 17:45:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Tue May  3 17:42:46 2005

Added Files:
   in mythtv/libs/libmyth:
        exitcodes.h 
Modified Files:
   in mythtv/libs/libmyth:
        libmyth.pro mythcontext.cpp mythcontext.h mythdialogs.cpp 
        themedmenu.cpp uilistbtntype.cpp util.cpp xmlparse.cpp 
        xmlparse.h 
   in mythtv/libs/libmythtv:
        RingBuffer.cpp channelbase.cpp 
Log Message:

This removes all but two exit's within libmyth and libmythtv.
Please hold off on compiling cvs for the next 30 minutes, unless
you really want to recompile everything using mythcontext.h twice...
I have 3 updates coming on the heals of this one: one to update
mythbrowser and mythdvd/mtd to check the result of gContext->Init(),
one to remove the exit() in ThreadedFileWriter, and another to
remove some exit() calls in the various myth programs.

This ads a centralized location for exit codes, exitcodes.h.
This is useful when we are examining the exit code, such as
when we do commercial flagging. For example, some error codes
get mistakenly considered as correct exits from commercial
flagging. A fix for this will be in the fourth exit() cleanup
commit.


----------------------------------------------------------------------------


More information about the mythtv-commits mailing list