VirtualBox

Ignore:
Timestamp:
Jun 5, 2008 1:46:17 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: that printf's shouldn't be there ...

File:
1 edited

Legend:

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

    r9425 r9426  
    222222    if (info.isOk())
    223223        mInterfaceName = getInterfaceNameFromIID (mInterfaceID);
    224     printf("iface %s\n", qPrintable (mInterfaceName));
    225224
    226225    mComponent = info.GetComponent();
     
    319318#else /* !defined (VBOX_WITH_XPCOM) */
    320319
    321     printf("1\n");
    322320    nsCOMPtr <nsIExceptionService> es;
    323321    es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
    324322    if (NS_SUCCEEDED (rc))
    325323    {
    326         printf("2\n");
    327324        nsCOMPtr <nsIExceptionManager> em;
    328325        rc = es->GetCurrentExceptionManager (getter_AddRefs (em));
    329326        if (NS_SUCCEEDED (rc))
    330327        {
    331             printf("3\n");
    332328            nsCOMPtr <nsIException> ex;
    333329            rc = em->GetCurrentException (getter_AddRefs(ex));
    334330            if (NS_SUCCEEDED (rc) && ex)
    335331            {
    336                 printf("4\n");
    337332                nsCOMPtr <IVirtualBoxErrorInfo> info;
    338333                info = do_QueryInterface (ex, &rc);
     
    340335                    init (CVirtualBoxErrorInfo (info));
    341336
    342                 printf("5\n");
    343337                if (!mIsFullAvailable)
    344338                {
    345                     printf("6\n");
    346339                    bool gotSomething = false;
    347340
     
    354347                    if (NS_SUCCEEDED (rc) && message)
    355348                    {
    356                         printf("7\n");
    357 //                        mText = QString::fromUtf8 (message);
    358                         printf ("%s\n", message);
    359                         mText = "sdafsdf";
    360 //                        nsMemory::Free (message);
     349                        mText = QString::fromUtf8 (message);
     350                        nsMemory::Free (message);
    361351                    }
    362352
Note: See TracChangeset for help on using the changeset viewer.

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