Changeset 16534 in vbox
- Timestamp:
- Feb 5, 2009 5:30:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r16519 r16534 20 20 */ 21 21 22 #include <iostream> 23 #include <iomanip> 24 22 #define LOG_GROUP LOG_GROUP_MAIN 25 23 #include <nsMemory.h> 26 24 #include <nsIServiceManager.h> … … 28 26 29 27 #include <iprt/string.h> 30 #define LOG_GROUP_MAIN 31 #include <iprt/log.h> 28 #include <VBox/log.h> 32 29 33 30 #include "VirtualBox_XPCOM.h" … … 84 81 Session = *session; 85 82 Ivirtualbox = *virtualBox; 86 87 /** @todo r=bird: Why is cout/cerr used unconditionally here?88 * It would be preferred to use RTPrintf/RTStrmPrintf(g_pStdErr,..). If this is89 * going to be used in real life, the cout(/RTPrintf) bits should be optional,90 * add a flag argument and define VBOXCOMINIT_FLAG_VERBOSE for the purpose. */91 83 92 84 rc = NS_InitXPCOM2(&serviceManager, nsnull, nsnull);
Note:
See TracChangeset
for help on using the changeset viewer.

