contactengine/database.h
author John Kern <johnk@symbian.org>
Fri, 13 Aug 2010 15:37:06 -0700
changeset 31 7140311376c0
parent 22 d5911f90500d
permissions -rw-r--r--
created in memory contact mgr; populateAddress populates it

#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