VirtualBox

Changeset 69831 in vbox for trunk/src/VBox/Runtime/common/fs


Ignore:
Timestamp:
Nov 24, 2017 8:03:23 PM (7 years ago)
Author:
vboxsync
Message:

fatvfs.cpp,isovfs.cpp: no need to provide specialized open functions here.

Location:
trunk/src/VBox/Runtime/common/fs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/fatvfs.cpp

    r69828 r69831  
    41804180
    41814181
     4182#if 0
    41824183/**
    41834184 * @interface_method_impl{RTVFSDIROPS,pfnOpenFile}
     
    42364237    return rc;
    42374238}
    4238 
    4239 
     4239#endif
     4240
     4241
     4242#if 0
    42404243/**
    42414244 * @interface_method_impl{RTVFSDIROPS,pfnCreateDir}
     
    42724275    return rc;
    42734276}
     4277#endif
    42744278
    42754279
     
    47344738    rtFsFatDir_Open,
    47354739    NULL /* pfnFollowAbsoluteSymlink */,
    4736     rtFsFatDir_OpenFile,
     4740    NULL /* pfnOpenFile*/,
    47374741    NULL /* pfnOpenDir */,
    4738     rtFsFatDir_CreateDir,
     4742    NULL /* pfnCreateDir */,
    47394743    rtFsFatDir_OpenSymlink,
    47404744    rtFsFatDir_CreateSymlink,
  • trunk/src/VBox/Runtime/common/fs/isovfs.cpp

    r69828 r69831  
    30683068
    30693069
     3070#if 0
    30703071/**
    30713072 * @interface_method_impl{RTVFSDIROPS,pfnOpenFile}
     
    31503151    return rc;
    31513152}
     3153#endif
    31523154
    31533155
     
    37363738    rtFsIsoDir_Open,
    37373739    NULL /* pfnFollowAbsoluteSymlink */,
    3738     rtFsIsoDir_OpenFile,
     3740    NULL /* pfnOpenFile */,
    37393741    NULL /* pfnOpenDir */,
    37403742    rtFsIsoDir_CreateDir,
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