Changeset 20928 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jun 25, 2009 11:53:37 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49096
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/errorprint.cpp
r20914 r20928 3 3 /** @file 4 4 * MS COM / XPCOM Abstraction Layer: 5 * Error info print helpers. This implements the shared code from the macros from errorprint 2.h.5 * Error info print helpers. This implements the shared code from the macros from errorprint.h. 6 6 */ 7 7 … … 24 24 25 25 #include <VBox/com/ErrorInfo.h> 26 #include <VBox/com/errorprint 2.h>26 #include <VBox/com/errorprint.h> 27 27 #include <VBox/log.h> 28 28
Note:
See TracChangeset
for help on using the changeset viewer.