Changeset 12455 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Sep 15, 2008 10:49:19 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36537
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r12454 r12455 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(" gui"),956 CHECK_RC_BREAK (virtualBox->OpenRemoteSession (session, guid, Bstr("vrdp"), 957 957 NULL, progress.asOutParam())); 958 958 printf ("Waiting for the session to open...\n"); -
trunk/src/VBox/Main/testcase/tstCollector.cpp
r12454 r12455 199 199 return 1; 200 200 } 201 #if 1201 #if 0 202 202 uint64_t start; 203 203
Note:
See TracChangeset
for help on using the changeset viewer.