[mythtv-commits] mythtv commit: r24030 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Apr 8 21:23:51 UTC 2010


      Author: danielk
        Date: 2010-04-08 21:23:51 +0000 (Thu, 08 Apr 2010)
New Revision: 24030
   Changeset: http://svn.mythtv.org/trac/changeset/24030

Added:

   trunk/mythtv/programs/mythbackend/backendcontext.cpp
   trunk/mythtv/programs/mythbackend/backendcontext.h
   trunk/mythtv/programs/mythbackend/main_helpers.cpp
   trunk/mythtv/programs/mythbackend/main_helpers.h

Modified:

   trunk/mythtv/libs/libmyth/mythcommandlineparser.cpp
   trunk/mythtv/libs/libmyth/mythcommandlineparser.h
   trunk/mythtv/programs/mythbackend/main.cpp
   trunk/mythtv/programs/mythbackend/mythbackend.pro

Log:

Moves the command line parsing for mythbackend into MythCommandLineParser and moves the helper functions into main_helpers.cpp.

Note: This is in support of moving the backend config from mythtv-setup into the backend webserver. Many of the functions performed once now will be within a loop so backend functionality can be reinitialized after it is reconfigured without needing to manually restart any of the backends. Hence the desire to simplify main().




More information about the mythtv-commits mailing list