aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv32.h
Commit message (Collapse)AuthorAgeFilesLines
* Misc changes, needed for kioslave and backup:Fritz Elfert2001-01-311-11/+11
| | | | | | | | | | | | | | - Added copyOnPsion to optimize speed of copying files from Psion to Psion. - Added a void pointer to the callback function of copy{To,From,On}Psion. This permits setting up a C callback function from within a C++ method by providing this-> in that arg. In the C callback function, the apropriate method of the foreign class can then be called. - Added opendir(), readdir(), closedir() in a libc-like fashion. - Removed old time code. - Added setVolumeName()
* General cleanup:Fritz Elfert2000-08-071-37/+29
| | | | | | | | | | | - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-26/+25
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-0/+3
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-100/+99
|
* Fixed const char stuff.Fritz Elfert1999-08-071-1/+1
|
* proper error handling and auto-reconnectFritz Elfert1999-07-011-72/+74
| | | | modified rfsv enums.
* Optimization for speed.Fritz Elfert1999-06-281-0/+172