[mythtv-commits] mythtv branch master updated by dblain. v0.28-pre-1980-gcfcaf15

Git Repo Owner noreply at mythtv.org
Sat Jul 26 05:37:04 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dblain.
       via  cfcaf150ca387ac84c2de71ab8103fa6a618a698 (commit)
      from  dcb7006e106be462733b4fd07d9a6a55408c7542 (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 cfcaf150ca387ac84c2de71ab8103fa6a618a698
Author:    David Blain <dblain at mythtv.org> at Sat, 26 Jul 2014 01:34:50 -0400
Committer: David Blain <dblain at mythtv.org> at Sat, 26 Jul 2014 01:36:47 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cfcaf150ca387ac84c2de71ab8103fa6a618a698

Add <service>/rtti URI to all services to return Enum information.
(Same information as <service>/xsd, but is serialized in requested format (xml, json, etc)



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

Summary of changes:
 mythtv/libs/libmythupnp/libmythupnp.pro |    3 +
 mythtv/libs/libmythupnp/rtti.cpp        |  115 ++++++++++++++++++
 mythtv/libs/libmythupnp/rtti.h          |  196 +++++++++++++++++++++++++++++++
 mythtv/libs/libmythupnp/servicehost.cpp |   33 +++++
 mythtv/libs/libmythupnp/xsd.cpp         |    7 +-
 5 files changed, 353 insertions(+), 1 deletions(-)
 create mode 100644 mythtv/libs/libmythupnp/rtti.cpp
 create mode 100644 mythtv/libs/libmythupnp/rtti.h

-- 



More information about the mythtv-commits mailing list