FreeCalypso > hg > fc-magnetite
comparison src/aci2/mfw/mfw_cb.h @ 3:93999a60b835
src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 00:29:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c41a534f33c6 | 3:93999a60b835 |
---|---|
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 |