Source: kdirnotify_stub.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
**
** DCOP Stub Definition created by dcopidl2cpp from kdirnotify.kidl
**
** WARNING! All changes made in this file will be lost!
**
*****************************************************************************/

#ifndef __KDIRNOTIFY_STUB__
#define __KDIRNOTIFY_STUB__

#include 
#include 
#include 


class KDirNotify_stub : virtual public DCOPStub
{
public:
    KDirNotify_stub( const QCString& app, const QCString& id );
    KDirNotify_stub( DCOPClient* client, const QCString& app, const QCString& id );
    virtual ASYNC FilesAdded( const KURL& directory );
    virtual ASYNC FilesRemoved( const KURL::List& fileList );
    virtual ASYNC FilesChanged( const KURL::List& fileList );
    virtual ASYNC FileRenamed( const KURL& src, const KURL& dst );
protected:
    KDirNotify_stub() : DCOPStub( never_use ) {};
};


#endif

Generated by: caleb on tcdevel on Tue Jan 28 12:54:15 2003, using kdoc $.