summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_abstractmobiledevice.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-08-27call QCopChannel::send() instead of using a QCopEnvelopmickeyl1-11/+5
2005-08-27call processEvents() to make it more likely^w^w^wsure the QCopEnvelope gets ↵mickeyl1-0/+2
processed
2005-08-24fix STUPID bug by remembering that a QCopEnvelope is sent in the object ↵mickeyl1-3/+7
destructor sometimes C++ is too tricky for human beings :/
2005-06-21- repair broken headers (tss...)mickeyl1-10/+11
- fix logical error in ODevice::sendSuspendmsg() - send qcop signal returnFromSuspend() after resuming from suspend - remove debug macro from opcmciasystem; better do this from the .pro file with DEFINES +=
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-0/+119
Switch our implementations over to this partial implementation of ODevice