contactengine/database.h
author John Kern <johnk@symbian.org>
Fri, 10 Sep 2010 09:00:20 -0700
changeset 48 863c77d15828
parent 22 d5911f90500d
permissions -rw-r--r--
added some comments

#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