diff options
author | Dan Williams <dcbw@redhat.com> | 2008-11-07 03:05:56 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-11-07 03:05:56 +0000 |
commit | 40ea311602eca55aa1a73ff14b25a574ee751d34 (patch) | |
tree | ab77ea7f8e5d2d7b9c8d0b7d5a13460c77822d8a /libnm-glib/nm-active-connection.h | |
parent | d0019361257a4a8585c59fe9f8f55897be21c3ae (diff) | |
download | NetworkManager-40ea311602eca55aa1a73ff14b25a574ee751d34.tar.gz |
Remove old shared stuff that isn't implemented
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-glib/nm-active-connection.h')
-rw-r--r-- | libnm-glib/nm-active-connection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm-glib/nm-active-connection.h b/libnm-glib/nm-active-connection.h index 948c407b56..d03610e31f 100644 --- a/libnm-glib/nm-active-connection.h +++ b/libnm-glib/nm-active-connection.h @@ -19,8 +19,6 @@ G_BEGIN_DECLS #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" @@ -41,8 +39,6 @@ const char * nm_active_connection_get_service_name (NMActiveConnection *c NMConnectionScope nm_active_connection_get_scope (NMActiveConnection *connection); const char * nm_active_connection_get_connection (NMActiveConnection *connection); const char * nm_active_connection_get_specific_object (NMActiveConnection *connection); -const char * nm_active_connection_get_shared_service_name (NMActiveConnection *connection); -const char * nm_active_connection_get_shared_connection (NMActiveConnection *connection); const GPtrArray *nm_active_connection_get_devices (NMActiveConnection *connection); NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *connection); gboolean nm_active_connection_get_default (NMActiveConnection *connection); |