author | sandman <sandman> | 2002-08-28 23:11:30 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-08-28 23:11:30 (UTC) |
commit | 186bdeb08c0d9ccd78177310cf9f69ea80b76a96 (patch) (unidiff) | |
tree | 981a01a9dfa52423f6330586bfa7ca752dd97523 /libopie/odevice.h | |
parent | 42e4592219600d6919c93dec82635e2b64382b37 (diff) | |
download | opie-186bdeb08c0d9ccd78177310cf9f69ea80b76a96.zip opie-186bdeb08c0d9ccd78177310cf9f69ea80b76a96.tar.gz opie-186bdeb08c0d9ccd78177310cf9f69ea80b76a96.tar.bz2 |
Use the new iPAQ suspend code for all supported platforms (that is OZ
right now ;) )
-rw-r--r-- | libopie/odevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index eeae357..cda504a 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h | |||
@@ -100,11 +100,12 @@ protected: | |||
100 | 100 | ||
101 | ODeviceData *d; | 101 | ODeviceData *d; |
102 | 102 | ||
103 | private: | 103 | private: |
104 | ODevice ( const ODevice & ); | 104 | ODevice ( const ODevice & ); |
105 | 105 | ||
106 | static void tstp_sighandler ( int ); | ||
106 | }; | 107 | }; |
107 | 108 | ||
108 | #endif | 109 | #endif |
109 | 110 | ||
110 | 111 | ||