VirtualBox

Changeset 49953 in vbox for trunk/src


Ignore:
Timestamp:
Dec 17, 2013 2:15:09 PM (11 years ago)
Author:
vboxsync
Message:

Main/src-server/xpcom/server.cpp: fix outdated comment, whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/xpcom/server.cpp

    r49951 r49953  
    453453        if (sInstance == NULL)
    454454        {
    455             LogFlowFunc (("Creating new VirtualBox object...\n"));
     455            LogFlowFunc(("Creating new VirtualBox object...\n"));
    456456            sInstance = new VirtualBoxClassFactory();
    457457            if (sInstance != NULL)
     
    892892        }
    893893
    894         nsCOMPtr<ipcIService> ipcServ (do_GetService(IPC_SERVICE_CONTRACTID, &rc));
     894        nsCOMPtr<ipcIService> ipcServ(do_GetService(IPC_SERVICE_CONTRACTID, &rc));
    895895        if (NS_FAILED(rc))
    896896        {
     
    10061006        /* process any remaining events. These events may include
    10071007         * CreateInstance() requests received right before we called
    1008          * StopAcceptingEvents() above. We will detect this case below,
    1009          * restore gKeepRunning and continue to serve. */
     1008         * StopAcceptingEvents() above, and those will fail. */
    10101009        gEventQ->ProcessPendingEvents();
    10111010
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