faubackup2/src/rsync rsync++_calls.cpp,1.4,1.5 rsync++_calls.hpp,1.2,1.3 rsync.hpp,1.3,1.4
Martin Waitz <[email protected]> Tue, 14 Jun 2005 22:10:34 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup2/src/rsync
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15666/src/rsync
Modified Files:
rsync++_calls.cpp rsync++_calls.hpp rsync.hpp
Log Message:
more include file cleanups...
Index: rsync.hpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/rsync/rsync.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rsync.hpp 8 Jun 2005 19:29:05 -0000 1.3
--- rsync.hpp 14 Jun 2005 22:10:32 -0000 1.4
***************
*** 2,22 ****
#define __Rsync__include__
#include <string>
- #include <common/common.hpp>
- #include <network/network_com.hpp>
-
- using std::string;
namespace faubackup
{
void checkSum(string fileName, uint64_t fileSize, NetCommunication &out);
void delta(string fileName, NetCommunication &in, NetCommunication &out);
void patch(string newFile, string oldFile, NetCommunication &in);
-
-
}
--- 2,20 ----
#define __Rsync__include__
+ #include <stdint.h>
#include <string>
+ using std::string;
namespace faubackup
{
+ class NetCommunication;
+
void checkSum(string fileName, uint64_t fileSize, NetCommunication &out);
void delta(string fileName, NetCommunication &in, NetCommunication &out);
void patch(string newFile, string oldFile, NetCommunication &in);
}
Index: rsync++_calls.hpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/rsync/rsync++_calls.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rsync++_calls.hpp 7 Jun 2005 10:31:16 -0000 1.2
--- rsync++_calls.hpp 14 Jun 2005 22:10:32 -0000 1.3
***************
*** 3,7 ****
#ifdef __cplusplus
- #include <network/network_com.hpp>
extern "C"
{
--- 3,6 ----
Index: rsync++_calls.cpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/rsync/rsync++_calls.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rsync++_calls.cpp 14 Jun 2005 20:23:35 -0000 1.4
--- rsync++_calls.cpp 14 Jun 2005 22:10:32 -0000 1.5
***************
*** 4,7 ****
--- 4,8 ----
#include "common/common.hpp"
+ #include "network/network_com.hpp"
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click