[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-521-gf1600e0

Git Repo Owner noreply at mythtv.org
Fri Nov 15 17:36:01 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  f1600e0ad2eb18d34a540765b97f24f9acd6c3bb (commit)
      from  c06c191712a7e0721a423528f37420c30d53cab7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1600e0ad2eb18d34a540765b97f24f9acd6c3bb
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 15 Nov 2013 13:07:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 15 Nov 2013 17:35:54 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f1600e0ad2eb18d34a540765b97f24f9acd6c3bb

Services: Add GetChannelGroupList method to Guide service



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

Summary of changes:
 .../datacontracts/channelGroup.h                   |   77 +++++++++++++++++++
 .../datacontracts/channelGroupList.h               |   78 ++++++++++++++++++++
 .../libmythservicecontracts.pro                    |    6 +-
 .../services/guideServices.h                       |    6 +-
 mythtv/programs/mythbackend/services/guide.cpp     |   17 ++++
 mythtv/programs/mythbackend/services/guide.h       |    8 ++
 .../programs/mythbackend/services/serviceUtil.cpp  |   15 ++++-
 mythtv/programs/mythbackend/services/serviceUtil.h |    5 +
 8 files changed, 208 insertions(+), 4 deletions(-)
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/channelGroup.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/channelGroupList.h

-- 



More information about the mythtv-commits mailing list