- /*****************************************************************************
- * Copyright Statement:
- * --------------------
- * This software is protected by Copyright and the information contained
- * herein is confidential. The software may not be copied and the information
- * contained herein may not be used or disclosed except with the written
- * permission of MediaTek Inc. (C) 2002
- *
- *****************************************************************************/
- /*****************************************************************************
- *
- * Filename:
- * ---------
- * JMMSSent.h
- *
- * Project:
- * --------
- * MAUI
- *
- * Description:
- * ------------
- * This file contans the enums,constants,structures, function prototypes used in
- * jmms_sent.c
- *
- * Author:
- * -------
- * -------
- *
- *============================================================================
- * HISTORY
- * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *------------------------------------------------------------------------------
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- * removed!
- *
- *------------------------------------------------------------------------------
- * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *============================================================================
- ****************************************************************************/
- #ifndef __MMI_JMMSSENTSECMMI_H
- #define __MMI_JMMSSENTSECMMI_H
- #include "MMI_features.h"
- #include "PixtelDataTypes.h"
- // #include "MessagingDataTypes.h"
- /*
- * Define
- */
- /*
- * Typedef
- */
- /*
- * Extern Global Variable
- */
- /*
- * Extern Global Function
- */
- extern void mmi_jmms_entry_sent(void);
- extern void mmi_jmms_entry_sent_screen(void);
- extern void mmi_jmms_entry_sent_options_scren(void);
- extern void mmi_jmms_highlight_sent_options_view(void);
- extern void mmi_jmms_highlight_sent_options_delete(void);
- extern void mmi_jmms_highlight_sent_options_delete_all(void);
- extern void mmi_jmms_highlight_sent_options_properties(void);
- extern void mmi_jmms_sent_view(void);
- extern void mmi_jmms_sent_delete(void);
- extern void mmi_jmms_sent_delete_all(void);
- extern void mmi_jmms_sent_use_details(void);
- extern void mmi_jmms_sent_properties(void);
- extern void mmi_jmms_sent_init(void);
- extern void mmi_jmms_delete_all_message_sent(void);
- extern void mmi_jmms_sent_pre_delete(void);
- extern S32 mmi_jmms_get_item_hint_sent(S32 item_index, UI_string_type *hint_array);
- extern pBOOL mmi_jmms_get_item_data_sent(S32 item_index, UI_string_type str_buff, PU8 *img_buff_p, U8 str_img_mask);
- #ifdef __MMI_UNIFIED_MESSAGE__
- extern void mmi_jmms_highlight_sent_options_edit_message(void);
- extern void mmi_jmms_highlight_sent_options_save_object(void);
- extern void mmi_jmms_highlight_sent_options_use_number(void);
- extern void mmi_jmms_highlight_sent_options_forward(void);
- extern void mmi_jmms_pre_sent_edit_message(void);
- extern void mmi_jmms_sent_forward(void);
- #else /* __MMI_UNIFIED_MESSAGE__ */
- extern void mmi_jmms_highlight_sent_options_use_details(void);
- extern void mmi_jmms_highlight_sent_options_sent_to_others(void);
- extern void mmi_jmms_highlight_sent_options_move_to_drafts(void);
- extern void mmi_jmms_sent_sent_to_others(void);
- extern void mmi_jmms_sent_move_to_drafts(void);
- #endif /* __MMI_UNIFIED_MESSAGE__ */
- extern void mmi_jmms_sent_sent_to_others_async_callback(JC_RETCODE eRet);
- #endif /* __MMI_JMMSSENTSECMMI_H */