diff -r 3bfc3227045d -r d5911f90500d 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