~ubuntu-branches/ubuntu/oneiric/virtualbox/oneiric-updates

« back to all changes in this revision

Viewing changes to src/VBox/Main/include/MediumImpl.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-09-02 11:50:47 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110902115047-kfhmsikrpydgyoji
Tags: 4.1.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox.files/source_virtualbox.py
    - debian/virtualbox.install
  - Drop *-source packages.
  - Add vboxguest modalias the to the package control field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: MediumImpl.h 37900 2011-07-12 13:31:46Z vboxsync $ */
 
1
/* $Id: MediumImpl.h 38420 2011-08-11 14:30:48Z vboxsync $ */
2
2
 
3
3
/** @file
4
4
 *
262
262
                       const ComObjPtr<Medium> &aParent,
263
263
                       const ComObjPtr<Progress> &aProgress);
264
264
 
 
265
    HRESULT cloneToEx(const ComObjPtr<Medium> &aTarget, ULONG aVariant,
 
266
                      const ComObjPtr<Medium> &aParent, IProgress **aProgress,
 
267
                      uint32_t idxSrcImageSame, uint32_t idxDstImageSame);
 
268
 
265
269
private:
266
270
 
267
271
    HRESULT queryInfo(bool fSetImageId, bool fSetParentId);