| author | John Kern <johnk@symbian.org> |
| Thu, 16 Sep 2010 10:59:11 -0700 | |
| changeset 49 | d9d4ea56179a |
| parent 22 | d5911f90500d |
| permissions | -rw-r--r-- |
|
22
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
1 |
#ifndef DATABASE_H |
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
2 |
#define DATABASE_H |
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
3 |
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
4 |
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
5 |
enum { SITE_LONDON=0, SITE_FOSTER, SITE_TOKYO };
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
6 |
enum { DEPT_TDM=0, DEPT_MARKETING, DEPT_IT };
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
7 |
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
8 |
|
|
d5911f90500d
Added the missing database.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff
changeset
|
9 |
#endif // DATABASE_H |