VirtualBox

Ignore:
Timestamp:
Nov 30, 2018 7:26:42 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127057
Message:

GuestControl,HGCM,VBoxService: Save/restore related optimizations and changes. bugref:9313

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/service.cpp

    r75773 r75853  
    857857} CLIPSAVEDSTATEDATA;
    858858
    859 static DECLCALLBACK(int) svcLoadState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM)
     859static DECLCALLBACK(int) svcLoadState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM, uint32_t uVersion)
    860860{
    861861#ifndef UNIT_TEST
     862    RT_NOREF(uVersion);
    862863    LogRel2 (("svcLoadState: u32ClientID = %d\n", u32ClientID));
    863864
     
    931932
    932933#else  /* UNIT_TEST*/
    933     RT_NOREF3(u32ClientID, pvClient, pSSM);
     934    RT_NOREF(u32ClientID, pvClient, pSSM, uVersion);
    934935#endif /* UNIT_TEST */
    935936    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette