Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qrsync.h

Go to the documentation of this file.
00001 /*****
00002  */
00003 
00004 #ifndef QRSYNC_H
00005 #define QRSYNC_H
00006 
00007 #include <qstring.h>
00008 
00009 class QRsync
00010 {
00011 public:
00012     static void generateSignature( QString baseFile, QString sigFile );
00013     static void generateDiff( QString baseFile, QString sigFile, QString diffFile );
00014     static void applyDiff( QString baseFile, QString diffFile );
00015 };
00016 
00017 
00018 #endif

Generated on Sat Nov 5 16:18:35 2005 for OPIE by  doxygen 1.4.2