Tizen release 1.0
[apps/home/settings.git] / setting-network / include / setting-network-3gcon-option.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_CONNECTION_CREATE_H__
26 #define __SETTING_NETWORK_CONNECTION_CREATE_H__
27
28 #include <setting-network.h>
29
30 enum {
31         SETTING_NETWORK_3GCON_NOT_USE,
32         SETTING_NETWORK_3GCON_ASK_ON_CON,
33         SETTING_NETWORK_3GCON_USE_WO_ASK
34 };
35
36 #endif                          /* __SETTING_NETWORK_CONNECTION_CREATE_H__ */