VirtualBox

Changeset 72200 in vbox for trunk/src


Ignore:
Timestamp:
May 14, 2018 1:13:52 PM (7 years ago)
Author:
vboxsync
Message:

Main/Appliance: very minimal start where later hooks for checking imported appliance should be placed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r69500 r72200  
    21472147            /* We should've processed all the files now, so compare. */
    21482148            hrc = i_verifyManifestFile(stack);
     2149
     2150            /* If everything was successful so far check if some extension
     2151             * pack wants to do file sanity checking. */
     2152            if (SUCCEEDED(hrc))
     2153                /** @todo */;
    21492154        }
    21502155        catch (HRESULT hrcXcpt)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette