OSDN Git Service

Moved ia2utils and debug out of vbufBase and in to a 'common' directory. This is...
authorMichael Curran <mick@kulgan.net>
Thu, 26 Nov 2009 01:20:04 +0000 (12:20 +1100)
committerMichael Curran <mick@kulgan.net>
Thu, 26 Nov 2009 01:20:04 +0000 (12:20 +1100)
commite6458e8e227264866d8fdf8f2afe6d8d8f16c06f
treed2b00f1f9f4dbfb1bfb8ceb0ffcdf235c25079c4
parenta5915dd9f3212117870c2df97604c2b23c1ca8b1
Moved ia2utils and debug out of vbufBase and in to a 'common' directory. This is necessary so that other parts of nvdaHelper can compile this code in to their own code.
13 files changed:
source/NVDAHelper/common/debug.cpp [moved from source/NVDAHelper/vbufBase/debug.cpp with 100% similarity]
source/NVDAHelper/common/debug.h [moved from source/NVDAHelper/vbufBase/debug.h with 100% similarity]
source/NVDAHelper/common/ia2utils.cpp [moved from source/NVDAHelper/vbufBase/ia2utils.cpp with 100% similarity]
source/NVDAHelper/common/ia2utils.h [moved from source/NVDAHelper/vbufBase/ia2utils.h with 100% similarity]
source/NVDAHelper/vbufBackends/adobeAcrobat/adobeAcrobat.cpp
source/NVDAHelper/vbufBackends/gecko_ia2/gecko_ia2.cpp
source/NVDAHelper/vbufBackends/gecko_ia2/sconscript
source/NVDAHelper/vbufBackends/mshtml/mshtml.cpp
source/NVDAHelper/vbufBackends/mshtml/node.cpp
source/NVDAHelper/vbufBase/backend.cpp
source/NVDAHelper/vbufBase/lock.cpp
source/NVDAHelper/vbufBase/sconscript
source/NVDAHelper/vbufBase/storage.cpp