author | schurig <schurig> | 2004-09-09 09:08:51 (UTC) |
---|---|---|
committer | schurig <schurig> | 2004-09-09 09:08:51 (UTC) |
commit | 57549dc20fdaf0c5d7784d2adbbbdc8dfebb70fa (patch) (unidiff) | |
tree | 864f23b263a035a92e424daf4e352cffe2484ada /libopie2 | |
parent | 8df28401db620a01144ca45988837583f55e15c3 (diff) | |
download | opie-57549dc20fdaf0c5d7784d2adbbbdc8dfebb70fa.zip opie-57549dc20fdaf0c5d7784d2adbbbdc8dfebb70fa.tar.gz opie-57549dc20fdaf0c5d7784d2adbbbdc8dfebb70fa.tar.bz2 |
added MNCI-RX
-rw-r--r-- | libopie2/opiecore/device/odevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libopie2/opiecore/device/odevice.h b/libopie2/opiecore/device/odevice.h index f4b3e0e..6f0d036 100644 --- a/libopie2/opiecore/device/odevice.h +++ b/libopie2/opiecore/device/odevice.h | |||
@@ -93,6 +93,7 @@ enum OModel { | |||
93 | 93 | ||
94 | Model_Ramses_All = ( Model_Ramses | 0xffffff ), | 94 | Model_Ramses_All = ( Model_Ramses | 0xffffff ), |
95 | Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ), | 95 | Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ), |
96 | Model_Ramses_MNCIRX = ( Model_Ramses | 0x000002 ), | ||
96 | 97 | ||
97 | Model_Yopy = ( 5 << 24 ), | 98 | Model_Yopy = ( 5 << 24 ), |
98 | 99 | ||
@@ -261,7 +262,7 @@ public: | |||
261 | 262 | ||
262 | // don't add new virtual methods, use this: | 263 | // don't add new virtual methods, use this: |
263 | // /*virtual */ void boo(int i ) { return virtual_hook(1,&i); }; | 264 | // /*virtual */ void boo(int i ) { return virtual_hook(1,&i); }; |
264 | // and in your subclass do do overwrite | 265 | // and in your subclass do overwrite |
265 | // protected virtual int virtual_hook(int, void *) | 266 | // protected virtual int virtual_hook(int, void *) |
266 | // which is defined below | 267 | // which is defined below |
267 | 268 | ||