Tizen release 1.0
[apps/home/settings.git] / setting-network / include / setting-network-preferred-network-edit.h
1 /*
2  * setting
3  *
4  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
5  *
6  * This file is part of org.tizen.setting
7  * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
8  *
9  * PROPRIETARY/CONFIDENTIAL
10  * 
11  * This software is the confidential and proprietary information of 
12  * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
13  * disclose such Confidential Information and shall use it only in
14  * accordance with the terms of the license agreement you entered
15  * into with SAMSUNG ELECTRONICS.
16  *
17  * SAMSUNG make no representations or warranties about the suitability 
18  * of the software, either express or implied, including but not limited
19  * to the implied warranties of merchantability, fitness for a particular
20  * purpose, or non-infringement. SAMSUNG shall not be liable for any
21  * damages suffered by licensee as a result of using, modifying or
22  * distributing this software or its derivatives.
23  *
24  */
25 #ifndef __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__
26 #define __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__
27
28 #include <setting-network.h>
29 #include <setting-network-preferred-network.h>
30
31 #define SETTING_NETWORK_PREFERRED_NETWORK_CODE_LEN 4
32
33 static void setting_network_preffered_network_edit_entry_changed_cb(void *data,
34                                                                     Evas_Object
35                                                                  *obj, void
36                                                                     *event_info);
37 static void setting_network_preferred_network_edit_click_softkey_cancel_cb(void
38                                                                            *data,
39                                                                            Evas_Object
40                                                                            *
41                                                                            obj,
42                                                                            void
43                                                                            *event_info);
44 static void setting_network_preffered_network_edit_click_softkey_save_cb(void
45                                                                          *data,
46                                                                          Evas_Object
47                                                                          *obj,
48                                                                          void
49                                                                          *event_info);
50
51 #endif                          /* __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__ */