VirtualBox

Ignore:
Timestamp:
Dec 3, 2018 9:52:50 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127132
Message:

Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing the code for populating IGuestFsObjInfo. bugref:9320

File:
1 edited

Legend:

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

    r71567 r75926  
    142142}
    143143
    144 HRESULT GuestFsObjInfo::getGID(ULONG *aGID)
     144HRESULT GuestFsObjInfo::getGID(LONG *aGID)
    145145{
    146146    *aGID = mData.mGID;
     
    205205}
    206206
    207 HRESULT GuestFsObjInfo::getUID(ULONG *aUID)
     207HRESULT GuestFsObjInfo::getUID(LONG *aUID)
    208208{
    209209    *aUID = mData.mUID;
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