summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_zaurus.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13Move XML class to internal PIMzecke1-2/+6
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke1-3/+3
Readd the todo mark about constness initButtons is not const...
2004-01-13- rewrite device detectionmickeyl1-0/+96
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private.