kandy Library API Documentation

kandyiface.h

00001 #ifndef KANDYIFACE_H
00002 #define KANDYIFACE_H
00003 
00004 #include <dcopobject.h>
00005 
00006 class KandyIface : virtual public DCOPObject
00007 {
00008     K_DCOP
00009   public:
00010 
00011   k_dcop:
00012     virtual void syncPhonebooks() = 0;
00013     virtual void exit() = 0;
00014 };
00015 
00016 #endif // KANDYIFACE_H
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:32 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001