NetworkManager r2283 - trunk/src/dhcp-manager



Author: tambeti
Date: 2007-02-05 09:42:19 +0000 (Mon, 05 Feb 2007)
New Revision: 2283
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2283&view=rev

Added:
   trunk/src/dhcp-manager/nm-dhcp-marshal-main.c
   trunk/src/dhcp-manager/nm-dhcp-marshal.list
Modified:
   trunk/src/dhcp-manager/Makefile.am
   trunk/src/dhcp-manager/nm-dhcp-manager.c
   trunk/src/dhcp-manager/nm-dhcp-manager.h
Log:
2007-02-05  Tambet Ingo  <tambet ximian com>

	* src/dhcp-manager/nm-dhcp-marshal-main.c: Add.

	* src/dhcp-manager/nm-dhcp-marshal.list: Add.

	* src/dhcp-manager/nm-dhcp-manager.c:
	* src/dhcp-manager/nm-dhcp-manager.h:
		- Convert it to GObject since we need to signal state changes.
		- Remove all references to other NM classes, this class is one
		  of the lowest classes in our hierarchy.
		- One less class to use NMActRequest.
		- Make it singleton, one less user of NMData.
		- Remove a couple of sleep() calls.
		- Convert a bunch of low-level dbus API calls to dbus-glib calls.
		  One less class to use the NM's custom tailored signal handlig.

	* Makefile.am: Generate marshallers, add them to build.






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