"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fsmove/src/move.hh" between
fstransform-0.9.3-src.tar.gz and fstransform-0.9.4.tar.gz

About: fstransform is a tool to change a file-system from one format to another, for example from jfs, xfs, or reiser to ext2, ext3, or ext4, in-place and without the need for backup.

move.hh  (fstransform-0.9.3-src):move.hh  (fstransform-0.9.4)
skipping to change at line 43 skipping to change at line 43
FT_NAMESPACE_BEGIN FT_NAMESPACE_BEGIN
/** /**
* class doing the core of recursive move work. * class doing the core of recursive move work.
*/ */
class fm_move class fm_move
{ {
private: private:
FT_IO_NS fm_io * this_io; FT_IO_NS fm_io * this_io;
/** true if usage() or version() was called. */
bool quit_immediately;
/** cannot call copy constructor */ /** cannot call copy constructor */
fm_move(const fm_move &); fm_move(const fm_move &);
/** cannot call assignment operator */ /** cannot call assignment operator */
const fm_move & operator=(const fm_move &); const fm_move & operator=(const fm_move &);
/** display command-line usage to stdout and return 0 */ /** display command-line usage to stdout and return 0 */
int usage(const char * program_name); int usage(const char * program_name);
/** output version information and return 0 */ /** output version information and return 0 */
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)