VirtualBox

Changeset 33005 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2010 10:49:06 AM (14 years ago)
Author:
vboxsync
Message:

Renamed VBox-VRDP interface to VRDE (update).

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r33004 r33005  
    551551RTLDRMOD ConsoleVRDPServer::mVRDPLibrary;
    552552
    553 PFNVRDECREATESERVER ConsoleVRDPServer::mpfnVRDPCreateServer = NULL;
     553PFNVRDECREATESERVER ConsoleVRDPServer::mpfnVRDECreateServer = NULL;
    554554
    555555VRDEENTRYPOINTS_1 *ConsoleVRDPServer::mpEntryPoints = NULL;
     
    12671267        if (loadVRDPLibrary())
    12681268        {
    1269             rc = mpfnVRDPCreateServer(&mCallbacks.header, this, (VRDEINTERFACEHDR **)&mpEntryPoints, &mhServer);
     1269            rc = mpfnVRDECreateServer(&mCallbacks.header, this, (VRDEINTERFACEHDR **)&mpEntryPoints, &mhServer);
    12701270
    12711271            if (RT_SUCCESS(rc))
     
    21542154            static const struct SymbolEntry symbols[] =
    21552155            {
    2156                 DEFSYMENTRY(VRDPCreateServer)
     2156                DEFSYMENTRY(VRDECreateServer)
    21572157            };
    21582158
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r33004 r33005  
    154154    static RTLDRMOD mVRDPLibrary;
    155155
    156     static PFNVRDECREATESERVER mpfnVRDPCreateServer;
     156    static PFNVRDECREATESERVER mpfnVRDECreateServer;
    157157
    158158    static VRDEENTRYPOINTS_1 *mpEntryPoints;
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