~ubuntu-branches/ubuntu/trusty/gparted/trusty

« back to all changes in this revision

Viewing changes to src/xfs.cc

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-10-30 11:08:59 UTC
  • mto: (32.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20101030110859-0w0cyu2hvi6dtcbm
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
        return return_value ;
223
223
}
224
224
 
 
225
bool xfs::move( const Partition & partition_new
 
226
              , const Partition & partition_old
 
227
              , OperationDetail & operationdetail
 
228
              )
 
229
{
 
230
        return true ;
 
231
}
 
232
 
225
233
bool xfs::copy( const Glib::ustring & src_part_path,
226
234
                const Glib::ustring & dest_part_path,
227
235
                OperationDetail & operationdetail )