ksync Library API Documentation

ksyncui.cpp

00001 // $Id: ksyncui.cpp,v 1.1 2001/08/09 21:01:18 cschumac Exp $
00002 
00003 #include <kdebug.h>
00004 
00005 #include "ksyncer.h"
00006 
00007 #include "ksyncui.h"
00008 
00009 KSyncUi::KSyncUi()
00010 {
00011 }
00012 
00013 KSyncUi::~KSyncUi()
00014 {
00015 }
00016 
00017 KSyncEntry *KSyncUi::deconflict(KSyncEntry *syncEntry,KSyncEntry *targetEntry)
00018 {
00019   kdDebug() << "deconflicting:" << endl;
00020   kdDebug() << "  source: " << syncEntry->name() << endl;
00021   kdDebug() << "  target: " << targetEntry->name() << endl;
00022 
00023   return 0;
00024 }
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:17 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001