kio Library API Documentation

kdirnotify_stub.h

00001 /****************************************************************************
00002 **
00003 ** DCOP Stub Definition created by dcopidl2cpp from kdirnotify.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #ifndef __KDIRNOTIFY_STUB__
00010 #define __KDIRNOTIFY_STUB__
00011 
00012 #include <dcopstub.h>
00013 #include <dcopobject.h>
00014 #include <kurl.h>
00015 
00016 
00017 class KDirNotify_stub : virtual public DCOPStub
00018 {
00019 public:
00020     KDirNotify_stub( const QCString& app, const QCString& id );
00021     KDirNotify_stub( DCOPClient* client, const QCString& app, const QCString& id );
00022     virtual ASYNC FilesAdded( const KURL& directory );
00023     virtual ASYNC FilesRemoved( const KURL::List& fileList );
00024     virtual ASYNC FilesChanged( const KURL::List& fileList );
00025     virtual ASYNC FileRenamed( const KURL& src, const KURL& dst );
00026 protected:
00027     KDirNotify_stub() : DCOPStub( never_use ) {};
00028 };
00029 
00030 
00031 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:15:29 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001