VirtualBox

Changeset 39641 in vbox


Ignore:
Timestamp:
Dec 16, 2011 8:14:53 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75438
Message:

IPRT headers: warning

Location:
trunk/include/iprt
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r39628 r39641  
    5353/** @name RTDirCreate  flags.
    5454 * @{ */
    55 /** Don't allow symbolic links as part of the path. */
     55/** Don't allow symbolic links as part of the path.
     56 * @remarks this flag is currently not implemented and will be ignored. */
    5657#define RTDIRCREATE_FLAGS_NO_SYMLINKS  RT_BIT(0)
    5758/** @} */
     
    304305/** @name RTDirOpenFiltered  flags.
    305306 * @{ */
    306 /** Don't allow symbolic links as part of the path. */
     307/** Don't allow symbolic links as part of the path.
     308 * @remarks this flag is currently not implemented and will be ignored. */
    307309#define RTDIROPEN_FLAGS_NO_SYMLINKS  RT_BIT(0)
    308310/** @} */
  • trunk/include/iprt/file.h

    r39612 r39641  
    213213#define RTFILE_O_NO_CACHE               UINT32_C(0x00080000)
    214214
    215 /** Don't allow symbolic links as part of the path. */
     215/** Don't allow symbolic links as part of the path.
     216 * @remarks this flag is currently not implemented and will be ignored. */
    216217#define RTFILE_O_NO_SYMLINKS            UINT32_C(0x20000000)
    217218
     
    565566/** Replace destination file if present. */
    566567#define RTFILEMOVE_FLAGS_REPLACE      0x1
    567 /** Don't allow symbolic links as part of the path. */
     568/** Don't allow symbolic links as part of the path.
     569 * @remarks this flag is currently not implemented and will be ignored. */
    568570#define RTFILEMOVE_FLAGS_NO_SYMLINKS  0x2
    569571/** @} */
  • trunk/include/iprt/path.h

    r39628 r39641  
    127127/** Last component: Follow if link. */
    128128#define RTPATH_F_FOLLOW_LINK      RT_BIT_32(1)
    129 /** Don't allow symbolic links as part of the path. */
     129/** Don't allow symbolic links as part of the path.
     130 * @remarks this flag is currently not implemented and will be ignored. */
    130131#define RTPATH_F_NO_SYMLINKS      RT_BIT_32(2)
    131132/** @} */
     
    894895/** This will replace attempt any target which isn't a directory. */
    895896#define RTPATHRENAME_FLAGS_REPLACE      RT_BIT(0)
    896 /** Don't allow symbolic links as part of the path. */
     897/** Don't allow symbolic links as part of the path.
     898 * @remarks this flag is currently not implemented and will be ignored. */
    897899#define RTPATHRENAME_FLAGS_NO_SYMLINKS  RT_BIT(1)
    898900/** @} */
     
    913915/** @name RTPathUnlink flags.
    914916 * @{ */
    915 /** Don't allow symbolic links as part of the path. */
     917/** Don't allow symbolic links as part of the path.
     918 * @remarks this flag is currently not implemented and will be ignored. */
    916919#define RTPATHUNLINK_FLAGS_NO_SYMLINKS  RT_BIT(0)
    917920/** @} */
  • trunk/include/iprt/symlink.h

    r39612 r39641  
    8888/** @name RTSymlinkCreate flags.
    8989 * @{ */
    90 /** Don't allow symbolic links as part of the path. */
     90/** Don't allow symbolic links as part of the path.
     91 * @remarks this flag is currently not implemented and will be ignored. */
    9192#define RTSYMLINKCREATE_FLAGS_NO_SYMLINKS  RT_BIT(0)
    9293/** @} */
     
    99100 * @param   pszSymlink      The name of the symbolic link.
    100101 * @param   pszTarget       The path to the symbolic link target.  This is
    101  *                          relative to @a pszSymlink.
     102 *                          relative to @a pszSymlink or an absolute path.
    102103 * @param   enmType         The symbolic link type.  For Windows compatability
    103104 *                          it is very important to set this correctly.  When
     
    112113/** @name RTSymlinkDelete flags.
    113114 * @{ */
    114 /** Don't allow symbolic links as part of the path. */
     115/** Don't allow symbolic links as part of the path.
     116 * @remarks this flag is currently not implemented and will be ignored. */
    115117#define RTSYMLINKDELETE_FLAGS_NO_SYMLINKS  RT_BIT(0)
    116118/** @} */
     
    132134/** @name RTSymlinkRead  flags.
    133135 * @{ */
    134 /** Don't allow symbolic links as part of the path. */
     136/** Don't allow symbolic links as part of the path.
     137 * @remarks this flag is currently not implemented and will be ignored. */
    135138#define RTSYMLINKREAD_FLAGS_NO_SYMLINKS  RT_BIT(0)
    136139/** @} */
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