VirtualBox

Changeset 36399 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 24, 2011 12:57:28 PM (14 years ago)
Author:
vboxsync
Message:

vboxweb.cpp: prefix nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r36344 r36399  
    625625{
    626626    /* some introductory information */
    627     static RTTIMESPEC timeSpec = {0};
     627    static RTTIMESPEC s_TimeSpec;
    628628    char szTmp[256];
    629629    if (enmPhase == RTLOGPHASE_BEGIN)
    630         RTTimeNow(&timeSpec);
    631     RTTimeSpecToString(&timeSpec, szTmp, sizeof(szTmp));
     630        RTTimeNow(&s_TimeSpec);
     631    RTTimeSpecToString(&s_TimeSpec, szTmp, sizeof(szTmp));
    632632
    633633    switch (enmPhase)
     
    760760}
    761761
    762 #ifdef RT_OS_WINDOWS 
     762#ifdef RT_OS_WINDOWS
    763763// Required for ATL
    764764static CComModule _Module;
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