comparison base/base.pro @ 168:04baa690f90d

* Start adding StorageAdviser class to determine whether caches should be on disc or in memory
author Chris Cannam
date Mon, 25 Sep 2006 13:44:05 +0000
parents 059b0322009c
children 0703252c9fe8
comparison
equal deleted inserted replaced
167:665342c6ec57 168:04baa690f90d
29 RecentFiles.h \ 29 RecentFiles.h \
30 ResizeableBitset.h \ 30 ResizeableBitset.h \
31 RingBuffer.h \ 31 RingBuffer.h \
32 Scavenger.h \ 32 Scavenger.h \
33 Selection.h \ 33 Selection.h \
34 StorageAdviser.h \
34 TempDirectory.h \ 35 TempDirectory.h \
35 Thread.h \ 36 Thread.h \
36 UnitDatabase.h \ 37 UnitDatabase.h \
37 Window.h \ 38 Window.h \
38 XmlExportable.h \ 39 XmlExportable.h \
49 Profiler.cpp \ 50 Profiler.cpp \
50 PropertyContainer.cpp \ 51 PropertyContainer.cpp \
51 RealTime.cpp \ 52 RealTime.cpp \
52 RecentFiles.cpp \ 53 RecentFiles.cpp \
53 Selection.cpp \ 54 Selection.cpp \
55 StorageAdviser.cpp \
54 TempDirectory.cpp \ 56 TempDirectory.cpp \
55 Thread.cpp \ 57 Thread.cpp \
56 UnitDatabase.cpp \ 58 UnitDatabase.cpp \
57 XmlExportable.cpp 59 XmlExportable.cpp