VirtualBox

儲存庫 vbox 的更動 4503


忽略:
時間撮記:
2007-9-4 上午05:57:53 (17 年 以前)
作者:
vboxsync
訊息:

CFGMR3InsertBytes should take a const data pointer.

位置:
trunk
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/cfgm.h

    r4071 r4503  
    453453 * @param   cbBytes         The value size.
    454454 */
    455 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, void *pvBytes, size_t cbBytes);
     455CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes);
    456456
    457457/**
  • trunk/src/VBox/VMM/CFGM.cpp

    r4502 r4503  
    15441544 * @param   cbBytes         The value size.
    15451545 */
    1546 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, void *pvBytes, size_t cbBytes)
     1546CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes)
    15471547{
    15481548    int rc;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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