Changeset 48313 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 5, 2013 3:35:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88740
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r48297 r48313 221 221 HRESULT onBandwidthGroupChange(IBandwidthGroup *aBandwidthGroup); 222 222 HRESULT onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent); 223 223 224 HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, LONG64 *aTimestamp, BSTR *aFlags); 224 225 HRESULT setGuestProperty(IN_BSTR aKey, IN_BSTR aValue, IN_BSTR aFlags); … … 231 232 ULONG aSourceIdx, ULONG aTargetIdx, 232 233 IProgress *aProgress); 234 int hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName); 233 235 VMMDev *getVMMDev() { return m_pVMMDev; } 234 236 AudioSniffer *getAudioSniffer() { return mAudioSniffer; } -
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r46823 r48313 5 5 6 6 /* 7 * Copyright (C) 2010-201 2Oracle Corporation7 * Copyright (C) 2010-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 168 168 static DECLCALLBACK(int) hlpGetFilePath(PCVBOXEXTPACKHLP pHlp, const char *pszFilename, char *pszPath, size_t cbPath); 169 169 static DECLCALLBACK(VBOXEXTPACKCTX) hlpGetContext(PCVBOXEXTPACKHLP pHlp); 170 static DECLCALLBACK(int) hlpLoadHGCMService(PCVBOXEXTPACKHLP pHlp, VBOXEXTPACK_IF_CS(IConsole) *pConsole, const char *pszServiceLibrary, const char *pszServiceName); 170 171 static DECLCALLBACK(int) hlpReservedN(PCVBOXEXTPACKHLP pHlp); 171 172 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.