Changeset 4503
- Timestamp:
- 09/04/07 07:57:53 (1 year ago)
- Files:
-
- trunk/include/VBox/cfgm.h (modified) (1 diff)
- trunk/src/VBox/VMM/CFGM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/cfgm.h
r4071 r4503 453 453 * @param cbBytes The value size. 454 454 */ 455 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, void *pvBytes, size_t cbBytes);455 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes); 456 456 457 457 /** trunk/src/VBox/VMM/CFGM.cpp
r4502 r4503 1544 1544 * @param cbBytes The value size. 1545 1545 */ 1546 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, void *pvBytes, size_t cbBytes)1546 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes) 1547 1547 { 1548 1548 int rc;

