katemainwindowiface_skel.cpp

00001 /****************************************************************************
00002 **
00003 ** DCOP Skeleton generated by dcopidl2cpp from katemainwindowiface.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #include "./katemainwindowiface.h"
00010 
00011 #include <kdatastream.h>
00012 
00013 
00014 static const char* const KateMainWindowDCOPIface_ftable[1][3] = {
00015     { 0, 0, 0 }
00016 };
00017 
00018 bool KateMainWindowDCOPIface::process(const QCString &fun, const QByteArray &data, QCString& replyType, QByteArray &replyData)
00019 {
00020     return DCOPObject::process( fun, data, replyType, replyData );
00021 }
00022 
00023 QCStringList KateMainWindowDCOPIface::interfaces()
00024 {
00025     QCStringList ifaces = DCOPObject::interfaces();
00026     ifaces += "KateMainWindowDCOPIface";
00027     return ifaces;
00028 }
00029 
00030 QCStringList KateMainWindowDCOPIface::functions()
00031 {
00032     QCStringList funcs = DCOPObject::functions();
00033     for ( int i = 0; KateMainWindowDCOPIface_ftable[i][2]; i++ ) {
00034     QCString func = KateMainWindowDCOPIface_ftable[i][0];
00035     func += ' ';
00036     func += KateMainWindowDCOPIface_ftable[i][2];
00037     funcs << func;
00038     }
00039     return funcs;
00040 }
00041 
00042 
KDE Home | KDE Accessibility Home | Description of Access Keys