diff options
author | Dan Williams <dcbw@redhat.com> | 2008-07-02 13:00:14 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-07-02 13:00:14 +0000 |
commit | 5348be4d0b1501508085d0a485c7ba323d887a6a (patch) | |
tree | 1b1137aaaa16dd59be0c080883ee6f74a1b14dae /src/nm-active-connection.h | |
parent | 6f22c03c1babe04794e9a727ec96e242b72ef83b (diff) | |
download | NetworkManager-5348be4d0b1501508085d0a485c7ba323d887a6a.tar.gz |
2008-07-02 Dan Williams <dcbw@redhat.com>
* introspection/nm-active-connection.xml
introspection/nm-vpn-connection.xml
libnm-glib/nm-active-connection.c
src/nm-activation-request.c
src/nm-active-connection.h
src/vpn-manager/nm-vpn-connection.c
- Remove "SharedServiceName" and "SharedConnection" bits from the D-Bus
and libnm-glib API since sharing didn't get implemented that way
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3797 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r-- | src/nm-active-connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index d63eaf8a9b..9b197add60 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -28,8 +28,6 @@ #define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" #define NM_ACTIVE_CONNECTION_CONNECTION "connection" #define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" -#define NM_ACTIVE_CONNECTION_SHARED_SERVICE_NAME "shared-service-name" -#define NM_ACTIVE_CONNECTION_SHARED_CONNECTION "shared-connection" #define NM_ACTIVE_CONNECTION_DEVICES "devices" #define NM_ACTIVE_CONNECTION_STATE "state" #define NM_ACTIVE_CONNECTION_DEFAULT "default" |