FreeCalypso > hg > tcs211-l1-reconst
view g23m/condat/ms/src/bmi/MmiBookCallListWindow.h @ 191:5a11a2e0d016
g23m/copyblobs.sh: tpudrv.obj is not a blob any more
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 Jun 2016 03:21:38 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
#ifndef _MMI_BOOK_CALL_LIST_WINDOW_H_ #define _MMI_BOOK_CALL_LIST_WINDOW_H_ /******************************************************************************* CONDAT (UK) ******************************************************************************** This software product is the property of Condat (UK) Ltd and may not be disclosed to any third party without the express permission of the owner. ******************************************************************************** $Project name: Basic MMI $Project code: BMI (6349) $Module: PhoneBook $File: MmiBookCallListWindow.h $Revision: 1.0 $Author: Condat(UK) $Date: 25/10/00 ******************************************************************************** Description: This module provides the call list window handling for the phone book. ******************************************************************************** $History: MmiBookCallListWindow.h 25/10/00 Original Condat(UK) BMI version. $End *******************************************************************************/ /* entry point for the call details window */ T_MFW_HND bookCallListStart( MfwHnd parent,int parameter ); /* Destruction point */ void bookCallListDestroy( MfwHnd window ); extern int idCounter; /******************************************************************************* End of File *******************************************************************************/ #endif