VirtualBox

Changeset 2393 in vbox for trunk


Ignore:
Timestamp:
Apr 27, 2007 11:31:24 AM (18 years ago)
Author:
vboxsync
Message:

VBOX_VRDP ifdefs for OSE

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

Legend:

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

    r2390 r2393  
    666666        console->mConsoleVRDPServer->USBBackendDelete (u32ClientId);
    667667    }
    668 
    669     if (fu32Intercepted & VRDP_CLIENT_INTERCEPT_CLIPBOARD)
    670     {
    671         console->mConsoleVRDPServer->ClipboardDelete (u32ClientId);
    672     }
    673668#else
    674669    console->mConsoleVRDPServer->DeleteUSBBackend ();
     
    677672#ifdef VBOX_VRDP
    678673#ifdef VRDP_MC
     674    if (fu32Intercepted & VRDP_CLIENT_INTERCEPT_CLIPBOARD)
     675    {
     676        console->mConsoleVRDPServer->ClipboardDelete (u32ClientId);
     677    }
     678
    679679    if (fu32Intercepted & VRDP_CLIENT_INTERCEPT_AUDIO)
    680680    {
     
    809809    AssertReturnVoid (console->mConsoleVRDPServer);
    810810
     811#ifdef VBOX_VRDP
    811812    console->mConsoleVRDPServer->ClipboardCreate (u32ClientId, ppfn, ppv);
     813#endif /* VBOX_VRDP */
    812814
    813815    LogFlowFuncLeave();
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r2386 r2393  
    525525    int rc = VINF_SUCCESS;
    526526   
     527#ifdef VBOX_VRDP
    527528    ConsoleVRDPServer *pServer = static_cast <ConsoleVRDPServer *>(pvExtension);
    528529   
     
    609610            rc = VERR_NOT_SUPPORTED;
    610611    }
    611    
     612#endif /* VBOX_VRDP */
     613
    612614    return rc;
    613615}
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