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

« back to all changes in this revision

Viewing changes to src/hfsplus.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:
1
1
/* Copyright (C) 2004 Bart
2
 
 * Copyright (C) 2008 Curtis Gedak
 
2
 * Copyright (C) 2008, 2009, 2010 Curtis Gedak
3
3
 *
4
4
 *  This program is free software; you can redistribute it and/or modify
5
5
 *  it under the terms of the GNU General Public License as published by
89
89
        return true ;
90
90
}
91
91
 
 
92
bool hfsplus::move( const Partition & partition_new
 
93
                  , const Partition & partition_old
 
94
                  , OperationDetail & operationdetail
 
95
                  )
 
96
{
 
97
        return true ;
 
98
}
 
99
 
92
100
bool hfsplus::copy( const Glib::ustring & src_part_path,
93
101
                    const Glib::ustring & dest_part_path,
94
102
                    OperationDetail & operationdetail )