From kde-devel Sun Sep 19 14:31:17 2004 From: PiggZ Date: Sun, 19 Sep 2004 14:31:17 +0000 To: kde-devel Subject: Implmenting DCOP Message-Id: <200409191531.22016.adam () piggz ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-devel&m=109560407503746 Hi I thought i'd try and extend kppp's dcop interface to allow connect() and disconnect(). I though it would be useful so that i could edit the kde-build script to automatically connect and disconnect, and have the whole thing run at somepoint through the night. I started by reading http://developer.kde.org/documentation/tutorials/dot/dcopiface/dcop-interface.html which shows just how simple it is to do, so i added the following to kpppiface.h k_dcop: virtual void beginConnect() = 0; virtual void disconnect() = 0; Everything compiled and linked ok, i installed and ran kppp, but get the following error message [piggz@enterprise kppp]$ dcop kppp-14011 kpppiface object 'kpppiface' in application 'kppp-14011' not accessible Any ideas? Cheers PiggZ -- PiggZ web : http://www.piggz.co.uk email : adam@piggz.co.uk jabber: piggz@jabber.earth.li msn : adam@piggz.fsnet.co.uk >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<