VirtualBox

Changeset 94660 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Apr 21, 2022 8:38:34 AM (3 years ago)
Author:
vboxsync
Message:

doc/manual,Main,Frontends: API changes in preparation for full VM encryption, guarded by VBOX_WITH_FULL_VM_ENCRYPTION (disabled by default) and returning a not supported error for now, bugref:9955

Location:
trunk/src/VBox/Main/testcase
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp

    r93115 r94660  
    128128                                     NULL,                          /** OS Type */
    129129                                     NULL,                          /** Create flags */
     130                                     NULL,                          /** Cipher */
     131                                     NULL,                          /** Password id */
     132                                     NULL,                          /** Password */
    130133                                     ptrMachine.asOutParam()));     /** Machine */
    131134    if (SUCCEEDED(rc))
  • trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp

    r93115 r94660  
    191191                                   nsnull,      /* ostype */
    192192                                   nsnull,      /* create flags */
     193                                   nsnull,      /* cipher */
     194                                   nsnull,      /* password id */
     195                                   nsnull,      /* password */
    193196                                   getter_AddRefs(machine));
    194197    if (NS_FAILED(rc))
  • trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp

    r93115 r94660  
    327327                                         ComSafeArrayAsInParam(groups), /* Groups */
    328328                                         NULL,                          /* OS Type */
     329                                         NULL,                          /** Cipher */
     330                                         NULL,                          /** Password id */
     331                                         NULL,                          /** Password */
    329332                                         NULL,                          /* Create flags */
    330333                                         ptrMachine.asOutParam()));
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