VirtualBox

Changeset 12777 in vbox for trunk/src


Ignore:
Timestamp:
Sep 26, 2008 6:28:28 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37118
Message:

AssertRC

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r12704 r12777  
    26512651
    26522652    rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath));
    2653     Assert (RT_SUCCESS (rc));
     2653    AssertRC (rc);
    26542654
    26552655    QString src1 = QString (szAppPrivPath) + "/VBoxGuestAdditions.iso";
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r12701 r12777  
    20562056    char szAppPrivPath [RTPATH_MAX];
    20572057    int rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath)); NOREF(rc);
    2058     Assert (RT_SUCCESS (rc));
     2058    AssertRC (rc);
    20592059    /* Run script */
    20602060    QByteArray result =
     
    28092809
    28102810    rc = RTPathAppPrivateNoArch(szNlsPath, sizeof(szNlsPath));
    2811     Assert(RT_SUCCESS(rc));
     2811    AssertRC (rc);
    28122812
    28132813    QString nlsPath = QString(szNlsPath) + gVBoxLangSubDir;
     
    29332933    char szDocsPath[RTPATH_MAX];
    29342934    int rc = RTPathAppDocs (szDocsPath, sizeof (szDocsPath));
    2935     Assert (RT_SUCCESS (rc));
     2935    AssertRC (rc);
    29362936
    29372937    /* Construct the path and the filename */
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp

    r12582 r12777  
    22582258
    22592259    rc = RTPathAppPrivateArch (szViewerPath, sizeof (szViewerPath));
    2260     Assert(RT_SUCCESS(rc));
     2260    AssertRC (rc);
    22612261
    22622262    QProcess::startDetached (QString(szViewerPath) + "/kchmviewer",
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette