Changeset 21878 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Jul 30, 2009 12:42:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r20267 r21878 589 589 nsCOMPtr <nsIExceptionService> es; 590 590 es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rc); 591 if (NS_SUCCEEDED 591 if (NS_SUCCEEDED(rc)) 592 592 { 593 593 nsCOMPtr <nsIExceptionManager> em; 594 594 rc = es->GetCurrentExceptionManager (getter_AddRefs (em)); 595 if (NS_SUCCEEDED 595 if (NS_SUCCEEDED(rc)) 596 596 { 597 597 nsCOMPtr<nsIException> ex; 598 598 rc = em->GetCurrentException (getter_AddRefs (ex)); 599 if (NS_SUCCEEDED 599 if (NS_SUCCEEDED(rc) && ex) 600 600 { 601 601 nsCOMPtr <IVirtualBoxErrorInfo> info;
Note:
See TracChangeset
for help on using the changeset viewer.