Merge "Fix svace 'UNREACHABLE_CODE.NO_PATH' warnings" into tizen
[platform/upstream/connman.git] / include / vpn-dbus.h
old mode 100644 (file)
new mode 100755 (executable)
index fec925b..07743bd
@@ -37,6 +37,7 @@ extern "C" {
 #define VPN_MANAGER_PATH               "/"
 
 #define VPN_CONNECTION_INTERFACE       VPN_SERVICE ".Connection"
+#define VPN_AGENT_INTERFACE            VPN_SERVICE ".Agent"
 #define VPN_TASK_INTERFACE             VPN_SERVICE ".Task"
 
 #define VPN_PRIVILEGE_MODIFY           1
@@ -47,6 +48,7 @@ extern "C" {
 #define PROPERTY_CHANGED               "PropertyChanged"
 #define GET_CONNECTIONS                        "GetConnections"
 #define VPN_CONNECT                    "Connect"
+#define VPN_CONNECT2                   "Connect2"
 #define VPN_DISCONNECT                 "Disconnect"
 #define VPN_REMOVE                     "Remove"