X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsa_types.h;h=e73a1d9972e75121301c3d6088aed0e12229f51b;hb=39f9ee0cb2000f5218bfe57116a5ab3d840bdd09;hp=4595736a4ce465299d0d4894be53d0a9d4b2b5e7;hpb=3dce9b03af245777cc949d6eab7f7de6b23631f6;p=platform%2Fcore%2Fsystem%2Fsetup-adaptor.git diff --git a/include/sa_types.h b/include/sa_types.h index 4595736..e73a1d9 100644 --- a/include/sa_types.h +++ b/include/sa_types.h @@ -16,8 +16,6 @@ #ifndef __SA_TYPES_H__ #define __SA_TYPES_H__ - - #define SA_CONFIG_VERSION "version" #define SA_CONFIG_NETWORKDATA "networkData" #define SA_CONFIG_SYSTEMDATA "systemData" @@ -28,7 +26,6 @@ #define SA_CONFIG_NETWORKDATA_ETHERNET "ethernet" - #define SA_CONFIG_NETWORKDATA_ENABLED "enabled" #define SA_CONFIG_NETWORKDATA_DHCPENABLED "dhcpEnabled" #define SA_CONFIG_NETWORKDATA_IPADDRESS "ipAddress" @@ -40,8 +37,6 @@ #define SA_CONFIG_NETWORKDATA_HTTPPROXYHOST "httpProxyHost" #define SA_CONFIG_NETWORKDATA_HTTPPROXYPORT "httpProxyPort" - - /** * @brief This enum contains setup-adaptor error information * @@ -70,7 +65,6 @@ typedef enum { SA_NETWORK_TYPE_UNKNOWN, /**< UNKNOWN */ } sa_network_type_e; - /** * @brief This enum contains setup-adaptor error information * @@ -79,7 +73,7 @@ typedef enum { */ typedef enum { SA_NETWORK_STATE_DISCONNECTED = 0, /**< Successful */ - SA_NETWORK_STATE_PROGRESSING, /**< Connecting/Association/Configuration */ + SA_NETWORK_STATE_PROGRESSING, /**< Connecting/Association/Configuration */ SA_NETWORK_STATE_CONNECTED, /**< connected */ SA_NETWORK_STATE_UNKNOWN, /**< UNKNOWN */ } sa_network_state_e; @@ -141,7 +135,6 @@ typedef struct { int httpProxyPort; } sa_network_s; - /** * @struct sa_network_activate_pararms_s * @brief This struct contains update params for activation of network @@ -178,4 +171,4 @@ typedef struct { sa_systemdata_s *systemData; } sa_config_s; -#endif /* __SA_TYPES_H__ */ \ No newline at end of file +#endif /* __SA_TYPES_H__ */