Changeset 12454 in vbox
- Timestamp:
- Sep 15, 2008 10:47:08 AM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/PerformanceImpl.cpp
r12400 r12454 473 473 474 474 /* Finally, collect the data */ 475 std::for_each ( m.baseMetrics.begin(), m.baseMetrics.end(),475 std::for_each (toBeCollected.begin(), toBeCollected.end(), 476 476 std::mem_fun (&pm::BaseMetric::collect)); 477 477 Log4(("{%p} " LOG_FN_FMT ": LEAVE\n", this, __PRETTY_FUNCTION__)); -
trunk/src/VBox/Main/testcase/tstAPI.cpp
r11822 r12454 954 954 printf ("Opening a remote session for this machine...\n"); 955 955 ComPtr <IProgress> progress; 956 CHECK_RC_BREAK (virtualBox->OpenRemoteSession (session, guid, Bstr(" vrdp"),956 CHECK_RC_BREAK (virtualBox->OpenRemoteSession (session, guid, Bstr("gui"), 957 957 NULL, progress.asOutParam())); 958 958 printf ("Waiting for the session to open...\n"); -
trunk/src/VBox/Main/testcase/tstCollector.cpp
r12401 r12454 199 199 return 1; 200 200 } 201 #if 0201 #if 1 202 202 uint64_t start; 203 203 -
trunk/src/libs/xpcom18a4/Makefile.kmk
r12388 r12454 1352 1352 VBOX_PYXPCOM VBOX_WITH_XPCOM 1353 1353 VBoxPython_DEFS.darwin = VBOX_PYXPCOM_VERSIONED 1354 VBoxPython_NAME.darwin = VBoxPython 2_31354 VBoxPython_NAME.darwin = VBoxPython 1355 1355 ifeq ($(KBUILD_TARGET),darwin) 1356 1356 ## @todo kBuild - this ain't working: VBoxPython_DLLSUFF.darwin = .so
Note:
See TracChangeset
for help on using the changeset viewer.