faubackup2/src/copier distributor.cpp,1.4,1.5 distributor.hpp,1.3,1.4 filereceiver.cpp,1.1.1.1,1.2 filesender.cpp,1.1.1.1,1.2 filesender.hpp,1.1.1.1,1.2 informationSender.cpp,1.2,1.3 informationSender.hpp,1.1.1.1,1.2 local_sender.cpp,1.1.1.1,1.2 local_sender.hpp,1.1.1.1,1.2 sender.hpp,1.1.1.1,1.2
Martin Waitz <[email protected]> Wed, 08 Jun 2005 19:29:06 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup2/src/copier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17985/src/copier Modified Files: distributor.cpp distributor.hpp filereceiver.cpp filesender.cpp filesender.hpp informationSender.cpp informationSender.hpp local_sender.cpp local_sender.hpp sender.hpp Log Message: use support.h It is to be included as _first_ header by _every_ .c/.cpp file. Please don't include it via other header files. Index: local_sender.hpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/local_sender.hpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** local_sender.hpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- local_sender.hpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 1,5 **** #ifndef __localsender_include__ #define __localsender_include__ - #include <config.h> #include <common/common.hpp> #include <copier/sender.hpp> --- 1,4 ---- Index: local_sender.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/local_sender.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** local_sender.cpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- local_sender.cpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + #include "support.h" + #include <copier/local_sender.hpp> #include <common/system_calls.hpp> Index: distributor.hpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/distributor.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** distributor.hpp 7 Jun 2005 11:39:13 -0000 1.3 --- distributor.hpp 8 Jun 2005 19:29:04 -0000 1.4 *************** *** 2,6 **** #define __Distributor_include__ - #include <config.h> #include "common/common.hpp" #include "network/network_com.hpp" --- 2,5 ---- Index: filereceiver.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/filereceiver.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** filereceiver.cpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- filereceiver.cpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 1,3 **** ! #include "config.h" #include "copier/distributor.hpp" #include <copier/filereceiver.hpp> --- 1,3 ---- ! #include "support.h" #include "copier/distributor.hpp" #include <copier/filereceiver.hpp> Index: filesender.hpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/filesender.hpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** filesender.hpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- filesender.hpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 1,5 **** #ifndef __filesender_include__ #define __filesender_include__ - #include <config.h> #include <common/common.hpp> #include <network/network_com.hpp> --- 1,4 ---- Index: informationSender.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/informationSender.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** informationSender.cpp 6 Jun 2005 12:56:20 -0000 1.2 --- informationSender.cpp 8 Jun 2005 19:29:04 -0000 1.3 *************** *** 1,2 **** --- 1,4 ---- + #include "support.h" + #include "copier/informationSender.hpp" #include "common/fileinfo.hpp" Index: distributor.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/distributor.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** distributor.cpp 7 Jun 2005 13:59:11 -0000 1.4 --- distributor.cpp 8 Jun 2005 19:29:04 -0000 1.5 *************** *** 1,2 **** --- 1,4 ---- + #include "support.h" + #include "copier/distributor.hpp" #include "rsync/rsync.hpp" Index: filesender.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/filesender.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** filesender.cpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- filesender.cpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + #include "support.h" + #include <copier/filesender.hpp> #include <fstream> Index: informationSender.hpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/informationSender.hpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** informationSender.hpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- informationSender.hpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 2,6 **** #define __InfoSender_include__ - #include <config.h> #include "common/common.hpp" #include "network/network_com.hpp" --- 2,5 ---- Index: sender.hpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/copier/sender.hpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sender.hpp 2 Jun 2005 09:31:13 -0000 1.1.1.1 --- sender.hpp 8 Jun 2005 19:29:04 -0000 1.2 *************** *** 2,6 **** #define __Sender_include__ - #include <config.h> #include <string> #include <iostream> --- 2,5 ---- ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20