comparison g23m/condat/ms/src/mfw/mfw_cb.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 /*
2 +--------------------------------------------------------------------+
3 | PROJECT: GSM-MFW (?) $Workfile:: mfw_cb.h $|
4 | $Author:: Es $Revision:: 1 $|
5 | CREATED: 14.10.98 $Modtime:: 27.10.98 17:32 $|
6 | STATE : code |
7 +--------------------------------------------------------------------+
8
9 PURPOSE : Types definitions for MMI framework call backs distribution
10
11 $History:: mfw_cm.h $
12
13 x0018858 24 Mar, 2005 MMI-FIX-11321
14 Issue Description :- If the inbox is full and a new message is receivd, no indication is received.
15 Fix: Added support for handling indication when message box is full and
16 there is a pending message.
17
18
19 .
20 */
21
22 #ifndef DEF_MFW_CB_HEADER
23 #define DEF_MFW_CB_HEADER
24
25 /*
26 * not yet defined in aci_cmh.h
27 */
28 #define CME_ERR_SimPin2Req 35
29 #define CME_ERR_SimPuk2Req 36
30 // x0018858 24 Mar, 2005 MMI-FIX-11321
31 extern UBYTE sms_check_message_pending(void);
32
33 #endif