dbus adaptors (Re: KDE/kdelibs)
Harald Fernengel
harry at kdevelop.org
Sun Jul 9 18:47:56 BST 2006
Hi,
in my accessibility framework, I'm currently using q*adaptor_impl.cpp, which
is hand written, whereas the q*adaptor.h is auto-generated. This way I get an
instant compile error if the xml goes out of sync with the source, and I
don't accidently overwrite my manual implementation.
q*adaptor.cpp -> ignored
q*adaptor.h -> auto-generated
q*adaptor_impl.cpp -> hand-written implementation with all the logic
Is this a candidate for a KDE pattern? :)
Harald
More information about the kde-core-devel
mailing list