Fwd: kdevelop/parts/appwizard/kapp

Sandy Meier smeier at kdevelop.org
Mon Dec 16 10:46:02 UTC 2002


----------  Weitergeleitete Nachricht  ----------

Subject: kdevelop/parts/appwizard/kapp
Date: Sun, 15 Dec 2002 18:59:52 +0100 (CET)
From: David Faure <faure at kde.org>
To: kde-cvs at kde.org
Cc: alan at chandlerfamily.org.uk, kdevelop at kdevelop.org

CVS commit by faure:

Reverting my last commit, which broke compilation (oops).
Now I understand why some code uses virtual inheritance for DCOPObjects,
it sort of makes sense. Abusing it leads to problems, but in this very
case it seems correct.
CCMAIL: alan at chandlerfamily.org.uk, kdevelop at kdevelop.org


  M +1 -1      appiface.h   1.3


--- kdevelop/parts/appwizard/kapp/appiface.h  #1.2:1.3
@@ -8,5 +8,5 @@
 #include <dcopobject.h>

-class $APPNAME$Iface : public DCOPObject
+class $APPNAME$Iface : virtual public DCOPObject
 {
   K_DCOP

-------------------------------------------------------





More information about the KDevelop-devel mailing list