Mercurial > hg > audiodb
diff audioDB.h @ 131:3d931368fab3
Initial cut at a dump utility; binary-based for now.
Only very lightly tested; in particular, the times saving functionality
is completely untested at present. Restore functionality provided by a
shell script written as part of the dump process.
author | mas01cr |
---|---|
date | Fri, 19 Oct 2007 17:04:46 +0000 |
parents | f7eba8eb272c |
children | a5d5a55a412d |
line wrap: on
line diff
--- a/audioDB.h Fri Oct 19 17:03:12 2007 +0000 +++ b/audioDB.h Fri Oct 19 17:04:46 2007 +0000 @@ -120,6 +120,7 @@ const char* trackFileName; ifstream *trackFile; const char *command; + const char *output; const char *timesFileName; ifstream *timesFile; @@ -207,6 +208,7 @@ trackFileName(0), \ trackFile(0), \ command(0), \ + output(0), \ timesFileName(0), \ timesFile(0), \ dbfid(0), \