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 |