File: README.source

package info (click to toggle)
flush 0.9.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,904 kB
  • ctags: 3,805
  • sloc: cpp: 28,417; sh: 10,689; makefile: 442; xml: 99
file content (9 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
dbus-c++ issues:

  dbus-c++ directory contains original dbus-c++ library gotten from
  git://anongit.freedesktop.org/git/dbus/dbus-c++/ which has following
  modifications:
	* In files include/connection.h and src/connection.cpp method
	  Connection::request_name() had been modified to return an int value as in
	  original dbus_bus_request_name() function.
	* dbus-c++'s Autotools package had been integrated to the main package.