]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Restructure the OS interface yet again. This time make the OsFile object
authordrh <drh@noemail.net>
Wed, 30 Nov 2005 03:20:31 +0000 (03:20 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Nov 2005 03:20:31 +0000 (03:20 +0000)
commit054889ec6d2df4754468d2acfe6c92973f54ea2c
tree0dd1f8d5015e064fd666cb6253ad10c202ba4e34
parent392b3ddf2ebe613d701ff3f912ac04b294ce0070
Restructure the OS interface yet again.  This time make the OsFile object
a virtual base class which is subclassed for unix, windows, and the crash
test simulator.  Add the new file "os.c" for common os layer code.  Move
all OS-specific routines into the sqlite3Os structure. (CVS 2795)

FossilOrigin-Name: bd8740d1aecba69e1b5d64d43db07e8ad8841f07
20 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/date.c
src/main.c
src/os.c [new file with mode: 0644]
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pragma.c
src/random.c
src/test1.c
src/test2.c
src/test6.c
src/vacuum.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c