VirtualBox

Changeset 58370 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 22, 2015 10:34:26 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103586
Message:

DnD: Warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r58212 r58370  
    7575
    7676    /** Open flags. */
    77     uint32_t                     fOpen;
     77    uint32_t                     m_fOpen;
    7878    /** Directory handle for drop directory. */
    79     PRTDIR                       hDir;
     79    PRTDIR                       m_hDir;
    8080    /** Absolute path to drop directory. */
    81     RTCString                    strPathAbs;
     81    RTCString                    m_strPathAbs;
    8282    /** List for holding created directories in the case of a rollback. */
    83     RTCList<RTCString>           lstDirs;
     83    RTCList<RTCString>           m_lstDirs;
    8484    /** List for holding created files in the case of a rollback. */
    85     RTCList<RTCString>           lstFiles;
     85    RTCList<RTCString>           m_lstFiles;
    8686};
    8787
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