FreeCalypso > hg > leo2moko-debug
comparison g23m/condat/ms/src/bmi/MmiBookSDNWindow.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
| author | Space Falcon <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 01 Jun 2015 03:24:05 +0000 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| -1:000000000000 | 0:509db1a7b7b8 | 
|---|---|
| 1 #ifndef _MMI_BOOK_SDN_WINDOW_H_ | |
| 2 #define _MMI_BOOK_SDN_WINDOW_H_ | |
| 3 | |
| 4 /******************************************************************************* | |
| 5 | |
| 6 CONDAT (UK) | |
| 7 | |
| 8 ******************************************************************************** | |
| 9 | |
| 10 This software product is the property of Condat (UK) Ltd and may not be | |
| 11 disclosed to any third party without the express permission of the owner. | |
| 12 | |
| 13 ******************************************************************************** | |
| 14 | |
| 15 $Project name: Basic MMI | |
| 16 $Project code: BMI (6349) | |
| 17 $Module: PhoneBook | |
| 18 $File: MmiBookSDNWindow.h | |
| 19 $Revision: 1.0 | |
| 20 | |
| 21 $Author: Condat(UK) | |
| 22 $Date: 25/10/00 | |
| 23 | |
| 24 ******************************************************************************** | |
| 25 | |
| 26 Description: | |
| 27 | |
| 28 This module provides the service numbers window for the phone book | |
| 29 | |
| 30 ******************************************************************************** | |
| 31 $History: MmiBookSDNWindow.h | |
| 32 | |
| 33 25/10/00 Original Condat(UK) BMI version. | |
| 34 | |
| 35 $End | |
| 36 | |
| 37 *******************************************************************************/ | |
| 38 | |
| 39 | |
| 40 | |
| 41 /******************************************************************************* | |
| 42 | |
| 43 Methods provided by module | |
| 44 | |
| 45 *******************************************************************************/ | |
| 46 | |
| 47 | |
| 48 /* We need to provide an entry point for the | |
| 49 window, everything else can be derived from here | |
| 50 */ | |
| 51 T_MFW_HND bookSDNStart( MfwHnd parent ); | |
| 52 | |
| 53 | |
| 54 /* Destruction point | |
| 55 */ | |
| 56 void bookSDNDestroy( MfwHnd window ); | |
| 57 | |
| 58 | |
| 59 /* include a tuned search facility to find a name in | |
| 60 the service numbers phone book | |
| 61 */ | |
| 62 int bookFindNameInSDNPhonebook( const char* p_pszNumber, T_MFW_PHB_ENTRY* p_pEntry ); | |
| 63 | |
| 64 | |
| 65 /******************************************************************************* | |
| 66 | |
| 67 End of File | |
| 68 | |
| 69 *******************************************************************************/ | |
| 70 | |
| 71 #endif | 
