VirtualBox

Ignore:
Timestamp:
Feb 16, 2010 4:57:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57775
Message:

Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() behave the same; resulting cleanup; make some more internal methods use Utf8Str instead of Bstr; fix a lot of CheckComArgNotNull?() usage

File:
1 edited

Legend:

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

    r26553 r26587  
    11581158 */
    11591159/* static */
    1160 DECLCALLBACK(int) Service::reqNotify(PFNHGCMSVCEXT pfnCallback, void *pvData,
    1161                                      char *pszName, char *pszValue, uint32_t u32TimeHigh,
    1162                                      uint32_t u32TimeLow, char *pszFlags)
     1160DECLCALLBACK(int) Service::reqNotify(PFNHGCMSVCEXT pfnCallback,
     1161                                     void *pvData,
     1162                                     char *pszName,
     1163                                     char *pszValue,
     1164                                     uint32_t u32TimeHigh,
     1165                                     uint32_t u32TimeLow,
     1166                                     char *pszFlags)
    11631167{
    11641168    LogFlowFunc (("pfnCallback=%p, pvData=%p, pszName=%p, pszValue=%p, u32TimeHigh=%u, u32TimeLow=%u, pszFlags=%p\n", pfnCallback, pvData, pszName, pszValue, u32TimeHigh, u32TimeLow, pszFlags));
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