~ubuntu-branches/ubuntu/wily/me-tv/wily

« back to all changes in this revision

Viewing changes to src/scheduled_recording_manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2010-07-15 00:31:13 UTC
  • mfrom: (1.1.15 upstream) (3.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20100715003113-c1d0fh31izxsdgjv
Tags: 1.3.1-1
* New upstream release
* Debian/patches
  - Removed hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
private:
33
33
        Glib::StaticRecMutex    mutex;
34
34
 
 
35
        gboolean dirty;
 
36
 
 
37
        gboolean is_device_available(const Glib::ustring& device, const ScheduledRecording& scheduled_recording);
 
38
        void select_device(ScheduledRecording& scheduled_recording);
 
39
 
35
40
public:
36
41
        void initialise();
37
42