Changeset 20213 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 3, 2009 8:11:42 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r20185 r20213 6918 6918 if (SUCCEEDED (rc)) 6919 6919 { 6920 LONG iRc = S_OK;6920 ULONG iRc = S_OK; 6921 6921 rc = task->mServerProgress->COMGETTER(ResultCode) (&iRc); 6922 6922 if (SUCCEEDED (rc)) -
trunk/src/VBox/Main/cbinding/tstXPCOMCGlue.c
r19375 r20213 238 238 { 239 239 PRBool completed; 240 PR Int32 resultCode;240 PRUint32 resultCode; 241 241 242 242 printf("Waiting for the remote session to open...\n");
Note:
See TracChangeset
for help on using the changeset viewer.