VirtualBox

Ignore:
Timestamp:
Nov 20, 2017 6:58:25 PM (7 years ago)
Author:
vboxsync
Message:

Main: SDS plan B it is.

File:
1 edited

Legend:

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

    r69775 r69783  
    7878HWND        g_hMainWindow = NULL;
    7979HINSTANCE   g_hInstance   = NULL;
    80 #ifdef VBOX_WITH_SDS_PLAN_B
     80#ifdef VBOX_WITH_SDS
    8181/** This is set if we're connected to SDS and should discount a server lock
    8282 * that it is holding when deciding whether we're idle or not. */
     
    121121/*static*/ bool CExeModule::isIdleLockCount(LONG cLocks)
    122122{
    123 #ifdef VBOX_WITH_SDS_PLAN_B
     123#ifdef VBOX_WITH_SDS
    124124    if (g_fRegisteredWithVBoxSDS)
    125125        return cLocks <= 1;
     
    185185
    186186
    187 #ifdef VBOX_WITH_SDS_PLAN_B
     187#ifdef VBOX_WITH_SDS
    188188class VBoxSVCRegistration;
    189189
     
    473473}
    474474
    475 #endif /* VBOX_WITH_SDS_PLAN_B */
     475#endif /* VBOX_WITH_SDS */
    476476
    477477
     
    807807                                    RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG,
    808808                                    VBOXSVC_LOG_DEFAULT, "VBOXSVC_RELEASE_LOG",
    809 #ifdef VBOX_WITH_SDS_PLAN_B
     809#ifdef VBOX_WITH_SDS
    810810                                    RTLOGDEST_FILE | RTLOGDEST_F_DELAY_FILE,
    811811#else
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