Changeset 2603 in vbox for trunk/src/VBox
- Timestamp:
- May 12, 2007 2:14:55 PM (18 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/cfgldrhlp.h
r1 r2603 23 23 #define __VBox_cfgldrhlp_h__ 24 24 25 #define LOG_GROUP LOG_GROUP_MAIN 26 #include <VBox/log.h> 27 25 28 #include <iprt/alloc.h> 26 29 #include <VBox/cdefs.h> -
trunk/src/VBox/Main/xml/cfgldr.cpp
r2602 r2603 51 51 #define VBOX_XML_XSLT 52 52 #define _CRT_SECURE_NO_DEPRECATE 53 54 #define LOG_GROUP LOG_GROUP_MAIN 55 #include <VBox/log.h> 53 56 54 57 #include <VBox/err.h> … … 1475 1478 catch (...) 1476 1479 { 1477 #ifdef DEBUG1478 1480 Log(( "Error creating element [%ls]\n", uszName )); 1479 #endif1480 1481 rc = VERR_CFG_NO_VALUE; 1481 1482 break;
Note:
See TracChangeset
for help on using the changeset viewer.