VirtualBox

Changeset 98341 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 30, 2023 3:09:52 AM (2 years ago)
Author:
vboxsync
Message:

Main: bugref:4784: rename MachineSharedFolder to SharedFolder [build fix]

Location:
trunk/src/VBox/Main/include
Files:
1 deleted
2 edited

Legend:

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

    r98340 r98341  
    121121};
    122122
    123 #endif /* !MAIN_INCLUDED_SharedFolderImpl_h */
     123#endif /* !MAIN_INCLUDED_ConsoleSharedFolderImpl_h */
    124124/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SharedFolderImpl.h

    r98103 r98341  
    55
    66/*
    7  * Copyright (C) 2006-2023 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2022 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
     
    5151                 bool aWritable, bool aAutoMount, const com::Utf8Str &aAutoMountPoint, bool fFailOnError);
    5252    HRESULT initCopy(Machine *aMachine, SharedFolder *aThat);
    53     HRESULT init(Console *aConsole, const com::Utf8Str &aName, const com::Utf8Str &aHostPath,
    54                  bool aWritable, bool aAutoMount, const com::Utf8Str &aAutoMountPoint, bool fFailOnError);
     53//    HRESULT init(Console *aConsole, const com::Utf8Str &aName, const com::Utf8Str &aHostPath,
     54//                 bool aWritable, bool aAutoMount, const com::Utf8Str &aAutoMountPoint, bool fFailOnError);
    5555//     HRESULT init(VirtualBox *aVirtualBox, const Utf8Str &aName, const Utf8Str &aHostPath,
    5656//                  bool aWritable, const com::Utf8Str &aAutoMountPoint, bool aAutoMount, bool fFailOnError);
     
    115115
    116116    /* weak parents (only one of them is not null) */
    117 #if !defined(VBOX_COM_INPROC)
    118117    Machine        * const mMachine;
    119118    VirtualBox     * const mVirtualBox;
    120 #else
    121     Console        * const mConsole;
    122 #endif
    123119
    124     struct Data;            // opaque data struct, defined in SharedFolderImpl.cpp
     120    struct Data;            // opaque data struct, defined in MachineSharedFolderImpl.cpp
    125121    Data *m;
    126122};
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