[mythtv-commits] [MythTV/mythtv] 97c40c: Mark MythObservable as not copyable.

linuxdude42 noreply at github.com
Wed Feb 27 18:17:18 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 97c40cd15354ae438b131751e302047219e5846d
      https://github.com/MythTV/mythtv/commit/97c40cd15354ae438b131751e302047219e5846d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
    M mythtv/libs/libmyth/output.h
    M mythtv/libs/libmythbase/mythcorecontext.h
    M mythtv/libs/libmythbase/mythobservable.h
    M mythtv/libs/libmythupnp/ssdpcache.h
    M mythtv/libs/libmythupnp/upnpsubscription.h

  Log Message:
  -----------
  Mark MythObservable as not copyable.

Also mark classes based off MythObservable as not copyable.  These all
seems to be singleton classes, so copying doesn't make sense anyway.
This will eliminate cppcheck warnings about a missing copy
constructor.


  Commit: 7f28a7408af22162902d3dd6d3eade6274a70302
      https://github.com/MythTV/mythtv/commit/7f28a7408af22162902d3dd6d3eade6274a70302
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tv_play.h
    M mythtv/programs/mythbackend/services/channel.cpp
    M mythtv/programs/mythbackend/services/channel.h
    M mythtv/programs/mythfilldatabase/filldata.cpp
    M mythtv/programs/mythfilldatabase/filldata.h
    M mythtv/programs/mythfilldatabase/main.cpp

  Log Message:
  -----------
  Clean up unused parameter/variable warnings from removing DataDirect.


Compare: https://github.com/MythTV/mythtv/compare/3ee127de7a0c...7f28a7408af2


More information about the mythtv-commits mailing list