contactengine/database.h
author John Kern <johnk@symbian.org>
Thu, 09 Sep 2010 14:29:26 -0700
changeset 46 702dd26c0f4d
parent 22 d5911f90500d
permissions -rw-r--r--
a little clean up

#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