summaryrefslogtreecommitdiffstats
path: root/kio/kio/kdirnotify_stub.h
blob: 56ab168c48386ed109b0706baedbc69c249cb69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/****************************************************************************
**
** 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 <dcopstub.h>
#include <dcopobject.h>
#include <kurl.h>


class TDEIO_EXPORT KDirNotify_stub : virtual public DCOPStub
{
public:
    KDirNotify_stub( const TQCString& app, const TQCString& id );
    KDirNotify_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
    explicit KDirNotify_stub( const DCOPRef& ref );
    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