git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ec72899
)
fix flags
author
Felix Domke
<tmbinc@elitedvb.net>
Wed, 27 Jun 2007 16:38:05 +0000
(16:38 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Wed, 27 Jun 2007 16:38:05 +0000
(16:38 +0000)
lib/driver/rc.h
patch
|
blob
|
history
diff --git
a/lib/driver/rc.h
b/lib/driver/rc.h
index ebaffb04eaad7bf5b89823d71562bc388d6a0158..909ebaee706ff5c831612ea469c343be8a4fbd56 100644
(file)
--- a/
lib/driver/rc.h
+++ b/
lib/driver/rc.h
@@
-126,12
+126,15
@@
public:
}
enum
{
}
enum
{
+ /* there are not really flags.. */
+ flagMake=0,
flagBreak=1,
flagRepeat=2,
flagBreak=1,
flagRepeat=2,
+ flagLong=3,
+ /* but this is. */
flagAscii=4,
flagAscii=4,
- flagLong=8
};
};
-
+
bool operator<(const eRCKey &r) const
{
if (r.producer == producer)
bool operator<(const eRCKey &r) const
{
if (r.producer == producer)