summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ostorageinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13Move XML class to internal PIMzecke1-0/+8
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-01-13comments should go into the header filemickeyl1-4/+17
2004-01-10-First follow Qt naming stylezecke1-3/+3
-use const -Fix Doxygen comment. If above a method better skip the @fn -Update backuprestore to use the new names TODO: Alter filename to ostorageinfo
2004-01-10- New class OStorageInfoar1-0/+49
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();