summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ostorageinfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20add sd path for familiarllornkcor1-1/+2
2005-03-01mmc/sd cards may mounted via /dev/mmcblk* within linux 2.6alwin1-1/+2
2004-03-13Move XML class to internal PIMzecke1-0/+2
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-9/+2
2004-01-11- rename files ostorage.cpp .h in ostorageinfo.cpp .har1-1/+1
2004-01-10-First follow Qt naming stylezecke1-5/+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/+94
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();