NetworkManager r4274 - trunk/libnm-glib



Author: dcbw
Date: Fri Nov  7 03:05:56 2008
New Revision: 4274
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4274&view=rev

Log:
Remove old shared stuff that isn't implemented

Modified:
   trunk/libnm-glib/nm-active-connection.h

Modified: trunk/libnm-glib/nm-active-connection.h
==============================================================================
--- trunk/libnm-glib/nm-active-connection.h	(original)
+++ trunk/libnm-glib/nm-active-connection.h	Fri Nov  7 03:05:56 2008
@@ -19,8 +19,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"
@@ -41,8 +39,6 @@
 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]