[eclipseoprofile-cvs] org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src ChangeLog,
Brought to you by:
jhandcock
From: Jeremy H. <jha...@us...> - 2006-05-31 06:40:07
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12865/org.eclipse.cdt.oprofile.core.linux/src Modified Files: ChangeLog samplefile.h Log Message: 2006-05-12 Keith Seitz <ke...@re...> * samplefile.h (samplefile): Remove unneccessary qualifier for constructor method. Index: samplefile.h =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/samplefile.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** samplefile.h 2 May 2006 01:37:25 -0000 1.6 --- samplefile.h 31 May 2006 06:40:03 -0000 1.7 *************** *** 43,47 **** // Constructor -- pass in the filename (may be "" when there // were no samples collected for the profileimage, i.e., "fake"). ! samplefile::samplefile (std::string filename); // Destructor --- 43,47 ---- // Constructor -- pass in the filename (may be "" when there // were no samples collected for the profileimage, i.e., "fake"). ! samplefile (std::string filename); // Destructor Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 18 May 2006 04:56:07 -0000 1.10 --- ChangeLog 31 May 2006 06:40:03 -0000 1.11 *************** *** 1,2 **** --- 1,7 ---- + 2006-05-12 Keith Seitz <ke...@re...> + + * samplefile.h (samplefile): Remove unneccessary qualifier for + constructor method. + 2006-05-08 Keith Seitz <ke...@re...> |