VirtualBox

Ignore:
Timestamp:
Oct 23, 2015 9:24:16 AM (9 years ago)
Author:
vboxsync
Message:

Main: an option to use VRDE auth library from VBoxSVC (not enabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r57832 r58383  
    1919#define ____H_MACHINEIMPL
    2020
     21#include "AuthLibrary.h"
    2122#include "VirtualBoxBase.h"
    2223#include "SnapshotImpl.h"
     
    12601261                               ULONG aVmNetRx,
    12611262                               ULONG aVmNetTx);
     1263    HRESULT authenticateExternal(const std::vector<com::Utf8Str> &aAuthParams,
     1264                                 com::Utf8Str &aResult);
    12621265};
    12631266
     
    14081411                               ULONG aVmNetRx,
    14091412                               ULONG aVmNetTx);
     1413    HRESULT authenticateExternal(const std::vector<com::Utf8Str> &aAuthParams,
     1414                                 com::Utf8Str &aResult);
    14101415
    14111416
     
    15101515
    15111516    int miNATNetworksStarted;
     1517
     1518    AUTHLIBRARYCONTEXT mAuthLibCtx;
    15121519};
    15131520
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