~ubuntu-branches/ubuntu/edgy/vdr-plugin-prefermenu/edgy

« back to all changes in this revision

Viewing changes to preferchannel.h

  • Committer: Bazaar Package Importer
  • Author(s): Debian VDR Team
  • Date: 2005-06-29 18:20:31 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050629182031-a3qal340h7mnf5tg
Tags: 0.6.4-5
* Thomas Schmidt <tschmidt@debian.org>
  - Depend/Build-Depend on vdr (>=1.3.27-1)
  - Conflict with vdr (>=1.3.28)
  - Bumped Standards-Version to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  bool Save(FILE *f);
15
15
  const tChannelID GetIndex() { return Index; }
16
16
  void SetIndex(tChannelID index) { Index = index; }
17
 
  virtual bool operator< (const cListObject &ListObject);
 
17
  virtual int Compare(const cListObject &ListObject) const;
18
18
};
19
19
 
20
20
class cPreferedChannels : public cConfig<cPreferedChannel> {