X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnet_connection.h;h=657ae0e805ddef1c5a528c0150892276246a4ec1;hb=490359ab1d5d464a34e3815d65bfe4d8b1bacca5;hp=9cbb5b674e0d447b006ab44d17ed57a7bb1d1671;hpb=0504252065c25a7669904cd749b01ec9d04a09ed;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/include/net_connection.h b/include/net_connection.h index 9cbb5b6..657ae0e 100755 --- a/include/net_connection.h +++ b/include/net_connection.h @@ -55,7 +55,7 @@ typedef enum CONNECTION_TYPE_CELLULAR = 2, /**< Cellular type */ CONNECTION_TYPE_ETHERNET = 3, /**< Ethernet type */ CONNECTION_TYPE_BT = 4, /**< Bluetooth type */ - CONNECTION_TYPE_PROXY, /**< Proxy type (Since 3.0) */ + CONNECTION_TYPE_NET_PROXY, /**< Proxy type for internet connection (Since 3.0) */ } connection_type_e; /**