faubackup2/src/common fileinfo.cpp,1.5,1.6 fileinfo.hpp,1.2,1.3

Erik Merkel <[email protected]> Wed, 22 Jun 2005 23:14:34 +0000
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup2/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16440/src/common

Modified Files:
	fileinfo.cpp fileinfo.hpp 
Log Message:
use references


Index: fileinfo.hpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/common/fileinfo.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fileinfo.hpp	14 Jun 2005 20:45:35 -0000	1.2
--- fileinfo.hpp	22 Jun 2005 23:14:31 -0000	1.3
***************
*** 56,60 ****
  
  	/** compare two Fileinfo classes for similarity */
! 	bool operator== (Fileinfo info);
  };
  }
--- 56,60 ----
  
  	/** compare two Fileinfo classes for similarity */
! 	bool operator== (Fileinfo &info);
  };
  }

Index: fileinfo.cpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/common/fileinfo.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fileinfo.cpp	21 Jun 2005 09:16:45 -0000	1.5
--- fileinfo.cpp	22 Jun 2005 23:14:31 -0000	1.6
***************
*** 113,117 ****
  }
  
! bool Fileinfo::operator== (Fileinfo info)
  {
  	if (info.getChangeTime() != this->stat_mtime) {
--- 113,117 ----
  }
  
! bool Fileinfo::operator== (Fileinfo &info)
  {
  	if (info.getChangeTime() != this->stat_mtime) {



-------------------------------------------------------
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