contactengine/database.h
author John Kern <johnk@symbian.org>
Fri, 13 Aug 2010 16:18:58 -0700
changeset 32 884c1b5354d7
parent 22 d5911f90500d
permissions -rw-r--r--
removed ui_mainwindow.h because it is generated by uic.exe

#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