VirtualBox

Changeset 50117 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jan 20, 2014 2:05:02 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91661
Message:

Main+Frontends: clear out some cruft code, outdated EventQueue stuff and whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/initterm.cpp

    r48282 r50117  
    66
    77/*
    8  * Copyright (C) 2006-2013 Oracle Corporation
     8 * Copyright (C) 2006-2014 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2121# include <objbase.h>
    2222
    23 #else /* !defined (VBOX_WITH_XPCOM) */
     23#else /* !defined(VBOX_WITH_XPCOM) */
    2424
    2525# include <stdlib.h>
     
    173173        return rv;
    174174
    175     return localFile->QueryInterface(NS_GET_IID (nsIFile), (void **)aRetval);
     175    return localFile->QueryInterface(NS_GET_IID(nsIFile), (void **)aRetval);
    176176}
    177177
     
    187187static unsigned int gXPCOMInitCount = 0;
    188188
    189 #else /* !defined (VBOX_WITH_XPCOM) */
     189#else /* !defined(VBOX_WITH_XPCOM) */
    190190
    191191/**
     
    199199static uint32_t gCOMMainInitCount = 0;
    200200
    201 #endif /* !defined (VBOX_WITH_XPCOM) */
     201#endif /* !defined(VBOX_WITH_XPCOM) */
    202202
    203203
     
    295295        gCOMMainInitCount = 1;
    296296
    297 #else /* !defined (VBOX_WITH_XPCOM) */
     297#else /* !defined(VBOX_WITH_XPCOM) */
    298298
    299299    /* Unused here */
     
    499499    }
    500500
    501 #endif /* !defined (VBOX_WITH_XPCOM) */
     501#endif /* !defined(VBOX_WITH_XPCOM) */
    502502
    503503    AssertComRCReturnRC(rc);
     
    537537    CoUninitialize();
    538538
    539 #else /* !defined (VBOX_WITH_XPCOM) */
     539#else /* !defined(VBOX_WITH_XPCOM) */
    540540
    541541    nsCOMPtr<nsIEventQueue> eventQ;
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