~ubuntu-branches/ubuntu/intrepid/gparted/intrepid

« back to all changes in this revision

Viewing changes to include/Dialog_Partition_Copy.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-18 09:24:46 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518092446-qog6ipxs9ah78q0c
Tags: 0.3.3-2ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/control:
    - Maintainer: Ubuntu Core Developers
      <ubuntu-devel-discuss@lists.ubuntu.com> 
    - don't depend on menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
public:
29
29
        Dialog_Partition_Copy( const FS & fs, Sector cylinder_size ) ;
30
30
        void Set_Data( const Partition & selected_partition, const Partition & copied_partition );
31
 
        Partition Get_New_Partition( ) ;
 
31
 
 
32
        Partition Get_New_Partition() ;
32
33
 
33
34
private:
34
 
 
35
35
};
36
36
 
37
37
}//GParted