KHTML
kcookiejar_interface.cpp
Go to the documentation of this file.00001 /* 00002 * This file was generated by dbusxml2cpp version 0.6 00003 * Command line was: dbusxml2cpp -i kcookiejar_include.h -m -p kcookiejar_interface ../kioslave/http/kcookiejar/org.kde.KCookieServer.xml 00004 * 00005 * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved. 00006 * 00007 * This is an auto-generated file. 00008 * This file may have been hand-edited. Look for HAND-EDIT comments 00009 * before re-generating it. 00010 */ 00011 00012 #include "kcookiejar_interface.h" 00013 00014 /* 00015 * Implementation of interface class OrgKdeKCookieServerInterface 00016 */ 00017 00018 OrgKdeKCookieServerInterface::OrgKdeKCookieServerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) 00019 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) 00020 { 00021 } 00022 00023 OrgKdeKCookieServerInterface::~OrgKdeKCookieServerInterface() 00024 { 00025 } 00026 00027 00028 #include "kcookiejar_interface.moc"