Mercurial > hg > audiodb
diff audioDB.h @ 145:7162a8e9ab12 powertable
Hack in batchinsert support for power.
author | mas01cr |
---|---|
date | Tue, 30 Oct 2007 15:28:48 +0000 |
parents | 6ae986868114 |
children | c9c508be69b3 |
line wrap: on
line diff
--- a/audioDB.h Tue Oct 30 15:13:01 2007 +0000 +++ b/audioDB.h Tue Oct 30 15:28:48 2007 +0000 @@ -126,6 +126,7 @@ const char *timesFileName; ifstream *timesFile; const char *powerFileName; + ifstream *powerFile; int powerfd; int dbfid; @@ -219,6 +220,7 @@ timesFileName(0), \ timesFile(0), \ powerFileName(0), \ + powerFile(0), \ powerfd(0), \ dbfid(0), \ infid(0), \