Changeset 12454 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Sep 15, 2008 10:47:08 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.