Added the missing database.h
authorSebastian Brannstrom <sebastianb@symbian.org>
Tue, 10 Aug 2010 19:10:57 +0100
changeset 22 d5911f90500d
parent 21 3bfc3227045d
child 23 51fcdd1558d8
Added the missing database.h
contactengine/database.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contactengine/database.h	Tue Aug 10 19:10:57 2010 +0100
@@ -0,0 +1,9 @@
+#ifndef DATABASE_H
+#define DATABASE_H
+
+
+enum { SITE_LONDON=0, SITE_FOSTER, SITE_TOKYO };
+enum { DEPT_TDM=0, DEPT_MARKETING, DEPT_IT };
+
+
+#endif // DATABASE_H