summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-08-03 12:11:35 +0000
committerphintuka <phintuka>2009-08-03 12:11:35 +0000
commit973576298907d22fa56bbee9cfc1faf340399a10 (patch)
treeafd96a0b11f701f2b7eba185e057ce1e1d3e97e6
parent3ed6b054d04bb4a8b91cada56237f47c31934e93 (diff)
downloadxineliboutput-973576298907d22fa56bbee9cfc1faf340399a10.tar.gz
xineliboutput-973576298907d22fa56bbee9cfc1faf340399a10.tar.bz2
Added cFileListItem::HasResume(void)
-rw-r--r--menuitems.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menuitems.h b/menuitems.h
index b67992b5..cbbc6d79 100644
--- a/menuitems.h
+++ b/menuitems.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.h,v 1.8 2009-08-02 11:38:24 phintuka Exp $
+ * $Id: menuitems.h,v 1.9 2009-08-03 12:11:35 phintuka Exp $
*
*/
@@ -97,6 +97,7 @@ class cFileListItem : public cOsdItem
bool IsDir(void) { return m_IsDir; }
bool IsDvd(void) { return m_IsDvd; }
bool IsBluRay(void) { return m_IsBluRay; }
+ bool HasResume(void) { return m_HasResume; }
virtual bool operator< (const cListObject &ListObject);
virtual int Compare(const cListObject &ListObject) const;