Seafood/populateDB/database.h
author John Kern <johnk@symbian.org>
Thu, 09 Sep 2010 20:03:34 -0700
changeset 47 c6e75ec74fc8
parent 5 98d749cef1a7
permissions -rwxr-xr-x
add colors via delegate
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
#ifndef DATABASE_H
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
#define DATABASE_H
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
enum { EBEST=0, EOK, EWORST };
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
98d749cef1a7 program to populate fish db
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
#endif // DATABASE_H