VirtualBox

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


Ignore:
Timestamp:
Mar 22, 2024 4:03:33 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162388
Message:

Guest Control/Main: Renaming (removed "File" from some internal GuestFile APIs; unnecessary).

File:
1 edited

Legend:

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

    r98278 r104001  
    6969    /** @name Public internal methods.
    7070     * @{ */
    71     int             i_closeFile(int *pGuestRc);
     71    int             i_close(int *pGuestRc);
    7272    EventSource    *i_getEventSource(void) { return mEventSource; }
    73     int             i_onFileNotify(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
     73    int             i_onNotify(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
    7474    int             i_onGuestDisconnected(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
    75     int             i_openFile(uint32_t uTimeoutMS, int *pGuestRc);
     75    int             i_open(uint32_t uTimeoutMS, int *pGuestRc);
    7676    int             i_queryInfo(GuestFsObjData &objData, int *prcGuest);
    7777    int             i_readData(uint32_t uSize, uint32_t uTimeoutMS, void* pvData, uint32_t cbData, uint32_t* pcbRead);
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