VirtualBox

Ignore:
Timestamp:
May 21, 2014 1:02:44 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93802
Message:

Main: Fixed broken documentation due to wrapper changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h

    r50528 r51321  
    1 
    21/* $Id$ */
    32/** @file
    4  * VirtualBox Main - XXX.
     3 * VirtualBox Main - Guest file system object information implementation.
    54 */
    65
     
    2322#include "GuestCtrlImplPrivate.h"
    2423
    25 /**
    26  * TODO
    27  */
    2824class ATL_NO_VTABLE GuestFsObjInfo :
    2925    public GuestFsObjInfoWrap
     
    3935    HRESULT FinalConstruct(void);
    4036    void    FinalRelease(void);
     37    /** @}  */
    4138
    4239private:
    4340
    44     // Wrapped GuestFsObjInfo properties.
     41    /** Wrapped @name IGuestFsObjInfo properties.
     42     * @{ */
    4543    HRESULT getAccessTime(LONG64 *aAccessTime);
    4644    HRESULT getAllocatedSize(LONG64 *aAllocatedSize);
     
    6260    HRESULT getUserFlags(ULONG *aUserFlags);
    6361    HRESULT getUserName(com::Utf8Str &aUserName);
     62    /** @}  */
    6463
    6564    GuestFsObjData mData;
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