kdirnotify.cpp
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 #include "kdirnotify.h"
00021 
00022 
00023 int KDirNotify::s_serial = 0;
00024 
00025 KDirNotify::KDirNotify()
00026   :  DCOPObject( QCString().sprintf("KDirNotify-%d", ++s_serial) )
00027 {
00028    connectDCOPSignal(0, "KDirNotify", "FilesAdded(KURL)", "FilesAdded(KURL)", false);
00029    connectDCOPSignal(0, "KDirNotify", "FilesRemoved(KURL::List)", "FilesRemoved(KURL::List)", false);
00030    connectDCOPSignal(0, "KDirNotify", "FilesChanged(KURL::List)", "FilesChanged(KURL::List)", false);
00031    connectDCOPSignal(0, "KDirNotify", "FilesRenamed(KURL,KURL)", "FilesRenamed(KURL,KURL)", false);
00032 }
00033 
00034 void KDirNotify::FileRenamed( const KURL &, const KURL & )
00035 {
00036 }
00037 
00038 void KDirNotify::virtual_hook( int id, void* data )
00039 { DCOPObject::virtual_hook( id, data ); }
00040 
 
This file is part of the documentation for kio Library Version 3.2.0.