VirtualBox

Changeset 71567 in vbox


Ignore:
Timestamp:
Mar 29, 2018 12:11:19 PM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: GuestFsObjInfo logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp

    r71566 r71567  
    55
    66/*
    7  * Copyright (C) 2012-2017 Oracle Corporation
     7 * Copyright (C) 2012-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4343HRESULT GuestFsObjInfo::FinalConstruct(void)
    4444{
    45     LogFlowThisFunc(("\n"));
     45    LogFlowThisFuncEnter();
    4646    return BaseFinalConstruct();
    4747}
     
    8080void GuestFsObjInfo::uninit(void)
    8181{
    82     LogFlowThisFunc(("\n"));
    83 
    8482    /* Enclose the state transition Ready->InUninit->NotReady. */
    8583    AutoUninitSpan autoUninitSpan(this);
    8684    if (autoUninitSpan.uninitDone())
    8785        return;
     86
     87    LogFlowThisFuncEnter();
    8888}
    8989
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